Constructor: updateUserEmojiStatus
The emoji status of a certain user has changed
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| user_id | long | Yes | User ID |
| emoji_status | EmojiStatus | Optional | New emoji status |
Type: Update
Example:
$updateUserEmojiStatus = ['_' => 'updateUserEmojiStatus', 'user_id' => long, 'emoji_status' => EmojiStatus];