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