Layer 227
ChatParticipantsForbidden
The full list of members of basic groups is not available to you, because you were banned.
constructor
chatParticipantsForbidden#8763d3e1 flags:# chat_id:long self_participant:flags.0?ChatParticipant = ChatParticipants;
Parameters
| Name | Type | Description |
|---|---|---|
| ChatId | long | Group ID |
| SelfParticipant | flags .0? ChatParticipant | Info about the group membership of the current user |
Returns
ChatParticipantsGogram Example
// Creating ChatParticipantsForbidden constructor obj := &tg.ChatParticipantsForbidden{ ChatId: int64(1234567890), SelfParticipant: nil, }