menu
dart_telegram_bot package
documentation
telegram_entities.dart
BotCommand
BotCommand constructor
BotCommand constructor
dark_mode
light_mode
BotCommand
constructor
BotCommand
(
{
required
String
command
,
required
String
?
description
,
})
Basic constructor
Implementation
BotCommand({ required this.command, required this.description, });
dart_telegram_bot package
documentation
telegram_entities
BotCommand
BotCommand constructor
BotCommand class