copyWith method
Implementation
@override
ChatEventForumTopicDeleted copyWith({
ForumTopicInfo? topicInfo,
}) =>
ChatEventForumTopicDeleted(
topicInfo: topicInfo ?? this.topicInfo,
);
@override
ChatEventForumTopicDeleted copyWith({
ForumTopicInfo? topicInfo,
}) =>
ChatEventForumTopicDeleted(
topicInfo: topicInfo ?? this.topicInfo,
);