Represents a prepared inline message received via a bot's mini app, that can be sent to some chats »
생성자 스키마는 레이어 193부터 사용할 수 있습니다. 전환 »
| Name | Type | Description |
|---|---|---|
| query_id | long | The query_id to pass to messages.sendInlineBotResult |
| result | BotInlineResult | The contents of the message, to be shown in a preview |
| peer_types | Vector<InlineQueryPeerType> | Types of chats where this message can be sent |
| cache_time | int | Caching validity of the results |
| users | Vector<User> | Users mentioned in the results |
messages.PreparedInlineMessage
Send a result obtained using messages.getInlineBotResults.
Users can interact with your bot via inline queries, straight from the text input field in any chat.