mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:57:48 +01:00
529 B
529 B
title | description |
---|---|
updateUserStatus | updateUserStatus attributes, type and example |
Constructor: updateUserStatus
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Required |
status | UserStatus | Required |
Type: Update
Example:
$updateUserStatus = ['_' => 'updateUserStatus', 'user_id' => int, 'status' => UserStatus, ];