mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
386 B
386 B
Constructor: updateUserTyping
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
action | SendMessageAction | Required |
Type: Update
Example:
$updateUserTyping = ['user_id' => int, 'action' => SendMessageAction, ];