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