Layer 228
constructor
communityPeer#76141ebd flags:# can_view_history:flags.2?true visible:flags.0?Bool peer:Peer = CommunityPeer;

Parameters

Name Type Description
CanViewHistory flags.2?true
Visible flags.0?Bool
Peer Peer

Returns

CommunityPeer

Gogram Example

// Creating CommunityPeerObj constructor
obj := &tg.CommunityPeerObj{
    Peer: &tg.PeerChannel{},

    // Optional fields:
    // CanViewHistory: true,
    // Visible: true,
}