Skip to content

GramIO API Reference / gramio/dist / TelegramChosenInlineResult

Interface: TelegramChosenInlineResult

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

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:7884
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:7892
location?TelegramLocationOptional. Sender location, only for bots that require user location@gramio/types/out/objects.d.ts:7888
querystringThe query that was used to obtain the result@gramio/types/out/objects.d.ts:7896
result_idstringThe unique identifier for the result that was chosen@gramio/types/out/objects.d.ts:7880