Layer 220
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.
constructor
updateEncryptedChatTyping#1710f156 chat_id:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| ChatId | int | Chat ID |
Returns
UpdateGogram Example
// Creating UpdateEncryptedChatTyping constructor obj := &tg.UpdateEncryptedChatTyping{ ChatId: 0, }