copyWith method
Implementation
UpdateChatViewAsTopics copyWith({int? chatId, bool? viewAsTopics}) =>
UpdateChatViewAsTopics(
chatId: chatId ?? this.chatId,
viewAsTopics: viewAsTopics ?? this.viewAsTopics,
);
UpdateChatViewAsTopics copyWith({int? chatId, bool? viewAsTopics}) =>
UpdateChatViewAsTopics(
chatId: chatId ?? this.chatId,
viewAsTopics: viewAsTopics ?? this.viewAsTopics,
);