GetCommands constructor

GetCommands({
  1. BotCommandScope? scope,
  2. required String languageCode,
})

Implementation

GetCommands({this.scope, required this.languageCode});