Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesBotApp

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

Constructors

new
MessagesBotApp(params: { inactive?: true; requestWriteAccess?: true; hasSettings?: true; app: TypeBotApp; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
hasSettings: true
optional
inactive: true
optional
requestWriteAccess: true

Static Properties

readonly
[paramDesc]: ParamDesc