Skip to content

GramIO API Reference / gramio/dist / TelegramChosenInlineResult

Interface: TelegramChosenInlineResult

Defined in: @gramio/types/out/objects.d.ts:10407

Represents a result of an inline query that was chosen by the user and sent to their chat partner.

Documentation

Properties

PropertyTypeDescriptionDefined in
fromTelegramUserThe user that chose the result@gramio/types/out/objects.d.ts:10415
inline_message_id?stringOptional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message.@gramio/types/out/objects.d.ts:10423
location?TelegramLocationOptional. Sender location, only for bots that require user location@gramio/types/out/objects.d.ts:10419
querystringThe query that was used to obtain the result@gramio/types/out/objects.d.ts:10427
result_idstringThe unique identifier for the result that was chosen@gramio/types/out/objects.d.ts:10411