menu
teledart package
documentation
model.dart
BotCommand
BotCommand constructor
BotCommand constructor
dark_mode
light_mode
BotCommand
constructor
BotCommand
(
{
required
String
command
,
required
String
description
,
})
Implementation
BotCommand({ required this.command, required this.description, });
teledart package
documentation
model
BotCommand
BotCommand constructor
BotCommand class