Incoming messages were read
updateReadHistoryInbox#9c974fdf flags:# folder_id:flags.0?int peer:Peer max_id:int still_unread_count:int pts:int pts_count:int = Update;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| folder_id | flags.0?int | Peer folder ID, for more info click here |
| peer | Peer | Peer |
| top_msg_id | flags.1?int | If set, the messages were read only within the specified bot forum topic ยป. |
| max_id | int | Maximum ID of messages read |
| still_unread_count | int | Number of messages that are still unread |
| pts | int | Event count after generation |
| pts_count | int | Number of events that were generated |
Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.
Telegram allows creating forums with multiple distinct topics.
How to subscribe to updates and handle them properly.