Represents a prepared inline message saved by a bot, to be sent to the user via a web app »
messages.botPreparedInlineMessage#8ecf0511 id:string expire_date:int = messages.BotPreparedInlineMessage;
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.