- API ›
- Constructors ›
- UpdateEncryption
UpdateEncryption
---types--- updateEncryption#b4a2e88d chat:EncryptedChat date:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateEncryption(v) = result { ... }
Parameters
| chat | EncryptedChat | required |
| date | int | required |