GramIO API Reference / gramio/dist / AnswerGuestQueryParams
Interface: AnswerGuestQueryParams
Defined in: @gramio/types/out/params.d.ts:2718
Params object for answerGuestQuery method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
guest_query_id | string | Unique identifier for the query to be answered | @gramio/types/out/params.d.ts:2722 |
result | TelegramInlineQueryResult | A JSON-serialized object describing the message to be sent | @gramio/types/out/params.d.ts:2726 |