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