updateChannelUserTyping

A user is typing in a supergroup, channel or message thread

Constructor schema is available as of layer 125. Switch ยป

Parameters

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

Type

Update

Related pages

Threads

Telegram allows commenting on a channel post or on a generic supergroup message, thanks to message threads.

Channels, supergroups, gigagroups and basic groups

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.