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