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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class BotInfo_
extends _BotInfo_
import { BotInfo_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
BotInfo_(params?: { user_id?: bigint; description?: string; description_photo?: enums.Photo; description_document?: enums.Document; commands?: Array<enums.BotCommand>; menu_button?: enums.BotMenuButton; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
commands: Array<enums.BotCommand>
optional
description: string
optional
description_document: enums.Document
optional
description_photo: enums.Photo
optional
menu_button: enums.BotMenuButton
optional
user_id: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc