messages.setEncryptedTyping
Send typing event by the current user to a secret chat.
Example
TL schema
Parameters
Name | Type | Description |
peer | Secret chat ID | |
typing | Typing. |
Possible values: (boolTrue), if the user started typing and more than 5 seconds have passed since the last request (boolFalse), if the user stopped typing|
Result
Possible errors
Code | Type | Description |
400 | CHAT_ID_INVALID | The provided chat id is invalid |
Can bots use this methd ?
yes
Related pages
The constructor can be interpreted as a booleantrue value.
Constructor may be interpreted as a booleanfalse value.
Last updated