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