Layer 228
constructor
dialogPeerCommunity#2f65c8e4 community_id:long = DialogPeer;

Parameters

Name Type Description
CommunityId long

Returns

DialogPeer

Gogram Example

// Creating DialogPeerCommunity constructor
obj := &tg.DialogPeerCommunity{
    CommunityId: int64(1234567890),
}