- API ›
- Constructors ›
- ChatParticipants
ChatParticipants
---types--- chatParticipants#3cbc93f8 chat_id:long participants:Vector<ChatParticipant> version:int = ChatParticipants
Belongs to
| ChatParticipants |
In Rust this constructor is a variant of the enums::ChatParticipants enum.
Match on it with: if let enums::ChatParticipants::ChatParticipants(v) = result { ... }
Parameters
| chat_id | long | required |
| participants | Vector<ChatParticipant> | required |
| version | int | required |