Represents a prepared inline message saved by a bot, to be sent to the user via a web app »
Constructor schema is available as of layer 193. Switch »
Name | Type | Description |
---|---|---|
id | string | The ID of the saved message, to be passed to the id field of the web_app_send_prepared_message event » |
expire_date | int | Expiration date of the message |
messages.BotPreparedInlineMessage
How telegram apps interact with webpages
Users can interact with your bot via inline queries, straight from the text input field in any chat.