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