updateChatUserTyping
The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing
type tg.UpdateChatUserTyping struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int64 | yes | Group id |
FromID | PeerClass | yes | Peer that started typing (can be the chat itself, in case of anonymous admins). |
Action | SendMessageActionClass | yes | Type of action |
References
- Official documentation
- Generated Go reference
- TL definition:
updateChatUserTyping#83487af0