{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "savepreparedkeyboardbutton", "name": "savePreparedKeyboardButton", "description": "Stores a keyboard button that can be used by a user within a Mini App. Returns a PreparedKeyboardButton object.", "html_description": "

Stores a keyboard button that can be used by a user within a Mini App. Returns a PreparedKeyboardButton object.

", "rst_description": "Stores a keyboard button that can be used by a user within a Mini App. Returns a :class:`aiogram.types.prepared_keyboard_button.PreparedKeyboardButton` object.", "annotations": [ { "type": "Integer", "required": true, "description": "Unique identifier of the target user that can use the button", "html_description": "Unique identifier of the target user that can use the button", "rst_description": "Unique identifier of the target user that can use the button\n", "name": "user_id" }, { "type": "KeyboardButton", "required": true, "description": "A JSON-serialized object describing the button to be saved. The button must be of the type request_users, request_chat, or request_managed_bot", "html_description": "A JSON-serialized object describing the button to be saved. The button must be of the type request_users, request_chat, or request_managed_bot", "rst_description": "A JSON-serialized object describing the button to be saved. The button must be of the type *request_users*, *request_chat*, or *request_managed_bot*\n", "name": "button" } ], "category": "methods" } }