copyWith method

  1. @override
BotCommandScopeChatAdministrators copyWith({
  1. int? chatId,
})
override

Implementation

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