Messages.PreparedInlineMessage

Represents a prepared inline message received via a bot's mini app, that can be sent to some chats »

Constructors

Constructor Description
messages.preparedInlineMessage Represents a prepared inline message received via a bot's mini app, that can be sent to some chats »

Methods

Method Description
messages.getPreparedInlineMessage Obtain a prepared inline message generated by a mini app: invoked when handling web_app_send_prepared_message events

Related pages

Inline

Users can interact with your bot via inline queries, straight from the text input field in any chat.

Go up