mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
727 B
727 B
title | description | nav_exclude | image |
---|---|---|---|
updateUserStatus | Contact status update. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateUserStatus
Contact status update.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | User identifier |
status | UserStatus | Optional | New status |
Type: Update
Example:
$updateUserStatus = ['_' => 'updateUserStatus', 'user_id' => long, 'status' => UserStatus];