class BotInfo
extends _TypeBotInfo
import { BotInfo } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";
Constructors
new
BotInfo(params?: { userId?: bigint; description?: string; descriptionPhoto?: TypePhoto; descriptionDocument?: TypeDocument; commands?: Array<TypeBotCommand>; menuButton?: TypeBotMenuButton; })Properties
protected
readonly
[params]: Paramsoptional
commands: Array<TypeBotCommand>optional
descriptionDocument: TypeDocumentoptional
descriptionPhoto: TypePhotoStatic Properties
readonly
[paramDesc]: ParamDesc