- API ›
- Constructors ›
- InputEncryptedChat
InputEncryptedChat
---types--- inputEncryptedChat#f141b5e1 chat_id:int access_hash:long = InputEncryptedChat
Belongs to
| InputEncryptedChat |
In Rust this constructor is a variant of the enums::InputEncryptedChat enum.
Match on it with: if let enums::InputEncryptedChat::InputEncryptedChat(v) = result { ... }
Parameters
Used by
| AcceptEncryption |
| ReadEncryptedHistory |
| ReportEncryptedSpam |
| SendEncrypted |
| SendEncryptedFile |
| SendEncryptedService |
| SetEncryptedTyping |
| UploadEncryptedFile |