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

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputBotAppShortName_
extends _InputBotApp_
import { InputBotAppShortName_ } 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 short name

Constructors

new
InputBotAppShortName_(params: { bot_id: enums.InputUser; short_name: string; })

Properties

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

ID of the bot that owns the bot mini app

short_name: string

Short name, obtained from a Direct Mini App deep link

Static Properties

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