class types.BotInfo
extends _TypeBotInfo
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { BotInfo } = types;
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