Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateBotInlineSend

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateBotInlineSend
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { UpdateBotInlineSend } = types;

Constructors

new
UpdateBotInlineSend(params: { userId: bigint; query: string; geo?: TypeGeoPoint; id: string; msgId?: TypeInputBotInlineMessageID; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
geo: TypeGeoPoint
id: string
optional
msgId: TypeInputBotInlineMessageID
query: string
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc