copyWith method
Implementation
@override
BotCommandScopeChat copyWith({
int? chatId,
}) => BotCommandScopeChat(
chatId: chatId ?? this.chatId,
);
@override
BotCommandScopeChat copyWith({
int? chatId,
}) => BotCommandScopeChat(
chatId: chatId ?? this.chatId,
);