- API ›
- Constructors ›
- ChatParticipantsForbidden
ChatParticipantsForbidden
---types--- chatParticipantsForbidden#8763d3e1 chat_id:long self_participant:flags.0?ChatParticipant = ChatParticipants
Belongs to
| ChatParticipants |
In Rust this constructor is a variant of the enums::ChatParticipants enum.
Match on it with: if let enums::ChatParticipants::ChatParticipantsForbidden(v) = result { ... }
Parameters
| chat_id | long | required |
| self_participant | ChatParticipant | optional |