Layer 228
InputNotifyCommunity
constructor
inputNotifyCommunity#27bb1adc community:InputChannel = InputNotifyPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| Community | InputChannel |
Returns
InputNotifyPeerGogram Example
// Creating InputNotifyCommunity constructor obj := &tg.InputNotifyCommunity{ Community: &tg.InputChannelObj{ChannelID: int64(1234567890), AccessHash: int64(5678901234567890)}, }