Incoming messages in a channel/supergroup were read
Constructor schema is available as of layer 99. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
folder_id | flags.0?int | Peer folder ID, for more info click here |
channel_id | long | Channel/supergroup ID |
max_id | int | Position up to which all incoming messages are read. |
still_unread_count | int | Count of messages weren't read yet |
pts | int | Event count after generation |
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.
How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.