menu
tdlib2 package
documentation
td_api.dart
BotCommand
BotCommand.new constructor
BotCommand.new constructor
dark_mode
light_mode
BotCommand
constructor
BotCommand
(
{
required
String
command
,
required
String
description
,
required
bool
isEphemeral
,
})
Implementation
BotCommand({ required this.command, required this.description, required this.isEphemeral, });
tdlib2 package
documentation
td_api
BotCommand
BotCommand.new constructor
BotCommand class