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