Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetBotCallbackAnswer

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesGetBotCallbackAnswer
extends Function<types.TypeMessagesBotCallbackAnswer>
import { functions } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { MessagesGetBotCallbackAnswer } = functions;

Constructors

new
MessagesGetBotCallbackAnswer(params: { game?: true; peer: types.TypeInputPeer; msgId: number; data?: Uint8Array; password?: types.TypeInputCheckPasswordSRP; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
data: Uint8Array
optional
game: true
msgId: number
optional
password: types.TypeInputCheckPasswordSRP
peer: types.TypeInputPeer

Static Properties

readonly
[paramDesc]: ParamDesc