- API ›
- Constructors ›
- UpdateBotChatInviteRequester
UpdateBotChatInviteRequester
---types--- updateBotChatInviteRequester#11dfa986 peer:Peer date:int user_id:long about:string invite:ExportedChatInvite qts: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::UpdateBotChatInviteRequester(v) = result { ... }