835 B
835 B
title | description | image |
---|---|---|
updateEncryptedChatTyping | Update encrypted chat typing | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateEncryptedChatTyping
Update encrypted chat typing
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Chat ID |
Type: Update
Example:
$updateEncryptedChatTyping = ['_' => 'updateEncryptedChatTyping', 'chat_id' => int];
PWRTelegram json-encoded version:
{"_": "updateEncryptedChatTyping", "chat_id": int}
Or, if you're into Lua:
updateEncryptedChatTyping={_='updateEncryptedChatTyping', chat_id=int}