updateUserTyping
The user is preparing a message; 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.UpdateUserTyping struct { /* ... */ }
Implements Update.
Fieldsโ
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | User id |
TopMsgID | int | โ | If set, this notification was sent within a bot forum topic ยป. |
Action | SendMessageActionClass | yes | Action type |
Referencesโ
- Official documentation
- Generated Go reference
- TL definition:
updateUserTyping#2a17bf5c