BotCommandScopeAllPrivateChats constructor

BotCommandScopeAllPrivateChats({
  1. String type = BotCommandScope.typeAllPrivateChats,
})

Implementation

BotCommandScopeAllPrivateChats(
    {this.type = BotCommandScope.typeAllPrivateChats});