- API ›
- Constructors ›
- EncryptedChatRequested
EncryptedChatRequested
---types--- encryptedChatRequested#48f1d94c folder_id:flags.0?int id:int access_hash:long date:int admin_id:long participant_id:long g_a:bytes = EncryptedChat
Belongs to
| EncryptedChat |
In Rust this constructor is a variant of the enums::EncryptedChat enum.
Match on it with: if let enums::EncryptedChat::EncryptedChatRequested(v) = result { ... }