BotCommand class

This object represents a bot command.

Constructors

BotCommand({required String command, required String? description})
Basic constructor

Properties

command String
Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.
getter/setter pair
description String?
Description of the command; 1-256 characters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
Creates a json from the object
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) BotCommand
Creates a object from a json
listFromJsonArray(List array) List<BotCommand>
Creates a list of object from a json array