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