{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "convertgifttostars", "name": "convertGiftToStars", "description": "Converts a given regular gift to Telegram Stars. Requires the can_convert_gifts_to_stars business bot right. Returns True on success.", "html_description": "

Converts a given regular gift to Telegram Stars. Requires the can_convert_gifts_to_stars business bot right. Returns True on success.

", "rst_description": "Converts a given regular gift to Telegram Stars. Requires the *can_convert_gifts_to_stars* business bot right. Returns :code:`True` on success.", "annotations": [ { "type": "String", "required": true, "description": "Unique identifier of the business connection", "html_description": "Unique identifier of the business connection", "rst_description": "Unique identifier of the business connection\n", "name": "business_connection_id" }, { "type": "String", "required": true, "description": "Unique identifier of the regular gift that should be converted to Telegram Stars", "html_description": "Unique identifier of the regular gift that should be converted to Telegram Stars", "rst_description": "Unique identifier of the regular gift that should be converted to Telegram Stars\n", "name": "owned_gift_id" } ], "category": "methods" } }