Skip to main content
Module

x/mtkruto/mod.ts>tl.types.InputMessageCallbackQuery

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

Constructors

new
InputMessageCallbackQuery(params: { id: number; queryId: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: number
queryId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc