823 B
823 B
title | description |
---|---|
updateUserAction | Some chat activity |
Constructor: updateUserAction
Some chat activity
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Chat identifier |
user_id | int | Yes | Identifier of user doing action |
action | SendMessageAction | Yes | Action description |
Type: Update
Example:
$updateUserAction = ['_' => 'updateUserAction', 'chat_id' => long, 'user_id' => int, 'action' => SendMessageAction, ];
Or, if you're into Lua:
updateUserAction={_='updateUserAction', chat_id=long, user_id=int, action=SendMessageAction, }