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