- API ›
- Constructors ›
- ChatParticipantAdmin
ChatParticipantAdmin
---types--- chatParticipantAdmin#0360d5d2 user_id:long inviter_id:long date:int 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::ChatParticipantAdmin(v) = result { ... }