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