copyWith method
Implementation
ChatEventForumTopicPinned copyWith({
ForumTopicInfo? oldTopicInfo,
ForumTopicInfo? newTopicInfo,
}) => ChatEventForumTopicPinned(
oldTopicInfo: oldTopicInfo ?? this.oldTopicInfo,
newTopicInfo: newTopicInfo ?? this.newTopicInfo,
);