updateEncryptedMessagesRead
Communication history in an encrypted chat was marked as read.
type tg.UpdateEncryptedMessagesRead struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int | yes | Chat ID |
MaxDate | int | yes | Maximum value of data for read messages |
Date | int | yes | Time when messages were read |
References
- Official documentation
- Generated Go reference
- TL definition:
updateEncryptedMessagesRead#38fe25b7