Layer 228
constructor
inputDialogPeerCommunity#69ef72c4 community:InputChannel = InputDialogPeer;

Parameters

Name Type Description
Community InputChannel

Returns

InputDialogPeer

Gogram Example

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