Layer 228
constructor
notifyCommunity#be376999 community_id:long = NotifyPeer;

Parameters

Name Type Description
CommunityId long

Returns

NotifyPeer

Gogram Example

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