updateReadChannelInbox
Incoming messages in a channel/supergroup were read
type tg.UpdateReadChannelInbox struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
FolderID | int | — | Peer folder ID, for more info click here |
ChannelID | int64 | yes | Channel/supergroup ID |
MaxID | int | yes | Position up to which all incoming messages are read. |
StillUnreadCount | int | yes | Count of messages weren't read yet |
Pts | int | yes | Event count after generation |
References
- Official documentation
- Generated Go reference
- TL definition:
updateReadChannelInbox#922e6e10