UpdateBotCommands constructor
const
UpdateBotCommands({
- required PeerBase peer,
- required int botId,
- required List<
BotCommandBase> commands,
Update Bot Commands constructor.
Implementation
const UpdateBotCommands({
required this.peer,
required this.botId,
required this.commands,
}) : super._();