Layer 228
InputDialogPeerCommunity
constructor
inputDialogPeerCommunity#69ef72c4 community:InputChannel = InputDialogPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| Community | InputChannel |
Returns
InputDialogPeerGogram Example
// Creating InputDialogPeerCommunity constructor obj := &tg.InputDialogPeerCommunity{ Community: &tg.InputChannelObj{ChannelID: int64(1234567890), AccessHash: int64(5678901234567890)}, }