Link Search Menu Expand Document

Constructor: updateEncryptedChatTyping

Back to constructors index

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.

Attributes:

NameTypeRequiredDescription
chat_idintYesChat ID

Type: Update

Example:

$updateEncryptedChatTyping = ['_' => 'updateEncryptedChatTyping', 'chat_id' => int];