EncryptedChat
Rust type: enums::EncryptedChat
Constructors
This is an abstract type. At runtime it will be one of the following variants:
| EncryptedChat |
| EncryptedChatDiscarded |
| EncryptedChatEmpty |
| EncryptedChatRequested |
| EncryptedChatWaiting |
Requests returning this type
| AcceptEncryption |
| RequestEncryption |
Requests accepting this type as input
None.
Other types containing this type
| UpdateEncryption |