class types.BotInfo
extends TypeBotInfo
import { types } from "https://deno.land/x/mtkruto@0.0.62/mod.ts";
const { BotInfo } = types;
Constructors
new
BotInfo(params: { userId?: bigint; description?: string; descriptionPhoto?: TypePhoto; descriptionDocument?: TypeDocument; commands?: Array<TypeBotCommand>; menuButton?: TypeBotMenuButton; })Properties
optional
commands: Array<TypeBotCommand>optional
descriptionDocument: TypeDocumentoptional
descriptionPhoto: TypePhoto