View, forward counter + info about replies of a specific message
Constructor schema is available as of layer 119. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
views | flags.0?int | View count of message |
forwards | flags.1?int | Forward count of message |
replies | flags.2?MessageReplies | Reply and thread information of message |
Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.