updateEncryptedChatTyping
Interlocutor is typing a message in an encrypted chat. Update period is 6 second. If upon this time there is no repeated update, it shall be considered that the interlocutor stopped typing.
type tg.UpdateEncryptedChatTyping struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChatID | int | yes | Chat ID |
References
- Official documentation
- Generated Go reference
- TL definition:
updateEncryptedChatTyping#1710f156