telegram-inline-query-send
Send an inline bot result to a chat using queryId and resultId from a prior inline query. The queryId is valid for about 60 seconds, so call this soon after the inline query.
Instructions
Send an inline bot result to a chat by queryId + resultId (as returned by telegram-inline-query). The queryId is valid for ~60s after the original query, so call this soon after telegram-inline-query. Returns the sent messageId (0 if not extractable from the update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Target chat ID or username to send the result into | |
| silent | No | Send without notification | |
| hideVia | No | Hide the 'via @bot' label on the sent message | |
| queryId | Yes | queryId from a prior telegram-inline-query call (valid ~60s) | |
| replyTo | No | Message ID to reply to | |
| resultId | Yes | id of the chosen result from telegram-inline-query results[] | |
| clearDraft | No | Clear the chat draft after sending |