A user is typing in a supergroup, channel or message thread
updateChannelUserTyping#6b171718 flags:# channel_id:int top_msg_id:flags.0?int from_id:Peer action:SendMessageAction = Update;
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
channel_id | long | Channel ID |
top_msg_id | flags.0?int | Thread ID |
from_id | Peer | The peer that is typing |
action | SendMessageAction | Whether the user is typing, sending a media or doing something else |
Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.
How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.