answer_inline_query
Send results to answer an inline query from a Telegram user, with options for caching, personalization, pagination, and a button.
Instructions
Answer an inline query with results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | JSON object with InlineQueryResultsButton (button shown above results) | |
| results | Yes | JSON array of InlineQueryResult objects | |
| cache_time | No | Cache time in seconds (default: 300) | |
| is_personal | No | Results should be personalized | |
| next_offset | No | Offset for next page of results | |
| inline_query_id | Yes | ID of the inline query to answer |