BotCommandScopeChat constructor

const BotCommandScopeChat({
  1. required int chatId,
})

A scope covering all members of a chat

Implementation

const BotCommandScopeChat({
  required this.chatId,
});