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>messages_getBotApp_

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

Obtain information about a direct link Mini App

Constructors

new
messages_getBotApp_(params: { app: enums.InputBotApp; hash: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
app: enums.InputBotApp

Bot app information obtained from a Direct Mini App deep link ».

Static Properties

__F: (params: { app: enums.InputBotApp; hash: bigint; }) => enums.messages.BotApp
readonly
[name]: string
readonly
[paramDesc]: ParamDesc