class BotInfo_
extends _BotInfo_
import { BotInfo_ } from "https://deno.land/x/mtkruto@0.1.130/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
[params]: Paramsoptional
commands: Array<enums.BotCommand>optional
description_document: enums.Documentoptional
description_photo: enums.PhotoStatic Properties
readonly
[paramDesc]: ParamDesc