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

x/mtkruto/tl/2_types.ts>InputBotAppID_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputBotAppID_
extends _InputBotApp_
import { InputBotAppID_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Used to fetch information about a direct link Mini App by its ID

Constructors

new
InputBotAppID_(params: { id: bigint; access_hash: bigint; })

Properties

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

Access hash, obtained from the botApp constructor.

id: bigint

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc