copyWith method

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

Implementation

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