- API ›
- Constructors ›
- EncryptedChat
EncryptedChat
---types--- encryptedChat#61f0d4c7 id:int access_hash:long date:int admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint: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::EncryptedChat(v) = result { ... }