Skip to main content
Module

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

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

Constructors

new
UpdateBotCallbackQuery_(params: { query_id: bigint; user_id: bigint; peer: enums.Peer; msg_id: number; chat_instance: bigint; data?: Uint8Array; game_short_name?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chat_instance: bigint
optional
data: Uint8Array
optional
game_short_name: string
msg_id: number
peer: enums.Peer
query_id: bigint
user_id: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc