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

x/mtkruto/tl/3_functions.ts>bots_answerWebhookJSONQuery_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class bots_answerWebhookJSONQuery_
extends Function_<boolean>
import { bots_answerWebhookJSONQuery_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Answers a custom query; for bots only

Constructors

new
bots_answerWebhookJSONQuery_(params: { query_id: bigint; data: enums.DataJSON; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
data: enums.DataJSON

JSON-serialized answer to the query

query_id: bigint

Identifier of a custom query

Static Properties

__F: (params: { query_id: bigint; data: enums.DataJSON; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc