UpdateBotCommands constructor

const UpdateBotCommands({
  1. required PeerBase peer,
  2. required int botId,
  3. required List<BotCommandBase> commands,
})

Update Bot Commands constructor.

Implementation

const UpdateBotCommands({
  required this.peer,
  required this.botId,
  required this.commands,
}) : super._();