Skip to main content
Module

x/grm/mod.ts>tl.Api.BotCommand

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.BotCommand
extends VirtualClass<{ command: string; description: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { BotCommand } = tl.Api;

Properties

className: "BotCommand"
classType: "constructor"
command: string
CONSTRUCTOR_ID: 3262826695
description: string
SUBCLASS_OF_ID: 236872386

Static Methods

fromReader(reader: Reader): BotCommand