882 B
882 B
title | description | image |
---|---|---|
updateChatUserTyping | Update chat user typing | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChatUserTyping
Update chat user typing
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Chat ID |
user_id | int | Yes | User ID |
action | SendMessageAction | Yes | Action |
Type: Update
Example:
$updateChatUserTyping = ['_' => 'updateChatUserTyping', 'chat_id' => int, 'user_id' => int, 'action' => SendMessageAction];
Or, if you're into Lua:
updateChatUserTyping={_='updateChatUserTyping', chat_id=int, user_id=int, action=SendMessageAction}