Skip to content

GramIO API Reference / gramio/dist / TelegramChosenInlineResult

Interface: TelegramChosenInlineResult

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

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