Incoming messages were read
updateReadHistoryInbox#9e84bc99 flags:# folder_id:flags.0?int peer:Peer top_msg_id:flags.1?int 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 | |
| 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.
How to subscribe to updates and handle them properly.