Layer 228
CommunityPeerObj
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
CommunityPeerGogram Example
// Creating CommunityPeerObj constructor obj := &tg.CommunityPeerObj{ Peer: &tg.PeerChannel{}, // Optional fields: // CanViewHistory: true, // Visible: true, }