{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "setuseremojistatus", "name": "setUserEmojiStatus", "description": "Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess. Returns True on success.", "html_description": "

Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess. Returns True on success.

", "rst_description": "Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method `requestEmojiStatusAccess `_. Returns :code:`True` on success.", "annotations": [ { "type": "Integer", "required": true, "description": "Unique identifier of the target user", "html_description": "Unique identifier of the target user", "rst_description": "Unique identifier of the target user\n", "name": "user_id" }, { "type": "String", "required": false, "description": "Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status.", "html_description": "Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status.", "rst_description": "Custom emoji identifier of the emoji status to set. Pass an empty string to remove the status.\n", "name": "emoji_status_custom_emoji_id" }, { "type": "Integer", "required": false, "description": "Expiration date of the emoji status, if any", "html_description": "Expiration date of the emoji status, if any", "rst_description": "Expiration date of the emoji status, if any\n", "name": "emoji_status_expiration_date" } ], "category": "methods" } }