- API ›
- Constructors ›
- UpdateChatParticipantRank
UpdateChatParticipantRank
---types--- updateChatParticipantRank#bd8367b9 chat_id:long user_id:long rank:string version:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateChatParticipantRank(v) = result { ... }