mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
365 B
365 B
Constructor: updateUserStatus
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
status | UserStatus | Required |
Type: Update
Example:
$updateUserStatus = ['user_id' => int, 'status' => UserStatus, ];