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