- API ›
- Constructors ›
- EncryptedChatWaiting
EncryptedChatWaiting
---types--- encryptedChatWaiting#66b25953 id:int access_hash:long date:int admin_id:long participant_id:long = EncryptedChat
Belongs to
| EncryptedChat |
In Rust this constructor is a variant of the enums::EncryptedChat enum.
Match on it with: if let enums::EncryptedChat::EncryptedChatWaiting(v) = result { ... }