Skip to main content
Module

x/mtkruto/mod.ts>tl.types.BotsBotInfo

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

Constructors

new
BotsBotInfo(params: { name: string; about: string; description: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
about: string
description: string
name: string

Static Properties

readonly
[paramDesc]: ParamDesc