Skip to main content

updateChannelUserTyping

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

type tg.UpdateChannelUserTyping struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
ChannelIDint64yesChannel ID
TopMsgIDintThread ID
FromIDPeerClassyesThe peer that is typing
ActionSendMessageActionClassyesWhether the user is typing, sending a media or doing something else

References