{ "meta": {}, "group": { "title": "Inline mode", "anchor": "inline-mode" }, "object": { "anchor": "savepreparedinlinemessage", "name": "savePreparedInlineMessage", "description": "Stores a message that can be sent by a user of a Mini App. Returns a PreparedInlineMessage object.", "html_description": "

Stores a message that can be sent by a user of a Mini App. Returns a PreparedInlineMessage object.

", "rst_description": "Stores a message that can be sent by a user of a Mini App. Returns a :class:`aiogram.types.prepared_inline_message.PreparedInlineMessage` object.", "annotations": [ { "type": "Integer", "required": true, "description": "Unique identifier of the target user that can use the prepared message", "html_description": "Unique identifier of the target user that can use the prepared message", "rst_description": "Unique identifier of the target user that can use the prepared message\n", "name": "user_id" }, { "type": "InlineQueryResult", "required": true, "description": "A JSON-serialized object describing the message to be sent", "html_description": "A JSON-serialized object describing the message to be sent", "rst_description": "A JSON-serialized object describing the message to be sent\n", "name": "result" }, { "type": "Boolean", "required": false, "description": "Pass True if the message can be sent to private chats with users", "html_description": "Pass True if the message can be sent to private chats with users", "rst_description": "Pass :code:`True` if the message can be sent to private chats with users\n", "name": "allow_user_chats" }, { "type": "Boolean", "required": false, "description": "Pass True if the message can be sent to private chats with bots", "html_description": "Pass True if the message can be sent to private chats with bots", "rst_description": "Pass :code:`True` if the message can be sent to private chats with bots\n", "name": "allow_bot_chats" }, { "type": "Boolean", "required": false, "description": "Pass True if the message can be sent to group and supergroup chats", "html_description": "Pass True if the message can be sent to group and supergroup chats", "rst_description": "Pass :code:`True` if the message can be sent to group and supergroup chats\n", "name": "allow_group_chats" }, { "type": "Boolean", "required": false, "description": "Pass True if the message can be sent to channel chats", "html_description": "Pass True if the message can be sent to channel chats", "rst_description": "Pass :code:`True` if the message can be sent to channel chats\n", "name": "allow_channel_chats" } ], "category": "methods" } }