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_invokeWebViewCustomMethod_

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

Send a custom request from a mini bot app, triggered by a web_app_invoke_custom_method event ».

Constructors

new
bots_invokeWebViewCustomMethod_(params: { bot: enums.InputUser; custom_method: string; params: enums.DataJSON; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
bot: enums.InputUser

Identifier of the bot associated to the mini bot app

custom_method: string

Identifier of the custom method to invoke

params: enums.DataJSON

Method parameters

Static Properties

__F: (params: { bot: enums.InputUser; custom_method: string; params: enums.DataJSON; }) => enums.DataJSON
readonly
[name]: string
readonly
[paramDesc]: ParamDesc