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