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