updateChannelUserTyping
A user is typing in a supergroup, channel or message thread
type tg.UpdateChannelUserTyping struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChannelID | int64 | yes | Channel ID |
TopMsgID | int | — | Thread ID |
FromID | PeerClass | yes | The peer that is typing |
Action | SendMessageActionClass | yes | Whether the user is typing, sending a media or doing something else |
References
- Official documentation
- Generated Go reference
- TL definition:
updateChannelUserTyping#8c88c923