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