- API ›
- Constructors ›
- EncryptedChatDiscarded
EncryptedChatDiscarded
---types--- encryptedChatDiscarded#1e1c7c45 history_deleted:flags.0?true id:int = EncryptedChat
Belongs to
| EncryptedChat |
In Rust this constructor is a variant of the enums::EncryptedChat enum.
Match on it with: if let enums::EncryptedChat::EncryptedChatDiscarded(v) = result { ... }