Skip to main content
Module

x/mtkruto/mod.ts>types.BotApp

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.BotApp
extends _TypeBotApp
import { types } from "https://deno.land/x/mtkruto@0.0.996/mod.ts";
const { BotApp } = types;

Constructors

new
BotApp(params: { id: bigint; accessHash: bigint; shortName: string; title: string; description: string; photo: TypePhoto; document?: TypeDocument; hash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
description: string
optional
document: TypeDocument
hash: bigint
id: bigint
photo: TypePhoto
shortName: string
title: string

Static Properties

readonly
[paramDesc]: ParamDesc