updateReadHistoryInbox
Incoming messages were read
type tg.UpdateReadHistoryInbox struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
FolderID | int | — | Peer folder ID, for more info click here |
Peer | PeerClass | yes | Peer |
TopMsgID | int | — | If set, the messages were read only within the specified bot forum topic ». |
MaxID | int | yes | Maximum ID of messages read |
StillUnreadCount | int | yes | Number of messages that are still unread |
Pts | int | yes | Event count after generation |
PtsCount | int | yes | Number of events that were generated |
References
- Official documentation
- Generated Go reference
- TL definition:
updateReadHistoryInbox#9e84bc99