BotCommandScopeChat constructor

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

Creates a new BotCommandScopeChat object.

Implementation

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