Layer 228
constructor
inputNotifyCommunity#27bb1adc community:InputChannel = InputNotifyPeer;

Parameters

Name Type Description
Community InputChannel

Returns

InputNotifyPeer

Gogram Example

// Creating InputNotifyCommunity constructor
obj := &tg.InputNotifyCommunity{
    Community: &tg.InputChannelObj{ChannelID: int64(1234567890), AccessHash: int64(5678901234567890)},
}