- API ›
- Constructors ›
- ChatParticipantCreator
ChatParticipantCreator
---types--- chatParticipantCreator#e1f867b8 user_id:long rank:flags.0?string = ChatParticipant
Belongs to
| ChatParticipant |
In Rust this constructor is a variant of the enums::ChatParticipant enum.
Match on it with: if let enums::ChatParticipant::ChatParticipantCreator(v) = result { ... }