Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateBotInlineSend_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateBotInlineSend_
extends _Update_
import { UpdateBotInlineSend_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot.

Constructors

new
UpdateBotInlineSend_(params: { user_id: bigint; query: string; geo?: enums.GeoPoint; id: string; msg_id?: enums.InputBotInlineMessageID; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
geo: enums.GeoPoint

Optional. Sender location, only for bots that require user location

id: string

The unique identifier for the result that was chosen

optional
msg_id: enums.InputBotInlineMessageID

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.

query: string

The query that was used to obtain the result

user_id: bigint

The user that chose the result

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc