Represents a prepared inline message received via a bot's mini app, that can be sent to some chats »
messages.preparedInlineMessage#ff57708d query_id:long result:BotInlineResult peer_types:Vector<InlineQueryPeerType> cache_time:int users:Vector<User> = messages.PreparedInlineMessage;
---functions---
messages.getPreparedInlineMessage#857ebdb8 bot:InputUser id:string = messages.PreparedInlineMessage;
Constructor | Description |
---|---|
messages.preparedInlineMessage | Represents a prepared inline message received via a bot's mini app, that can be sent to some chats » |
Method | Description |
---|---|
messages.getPreparedInlineMessage | Obtain a prepared inline message generated by a mini app: invoked when handling web_app_send_prepared_message events |
Users can interact with your bot via inline queries, straight from the text input field in any chat.