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

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

Localized information about a bot.

Constructors

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

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
about: string

Bot about text

description: string

Bot description

name: string

Bot name

Static Properties

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