ChatEventForumTopicCreated constructor
ChatEventForumTopicCreated({
- String? extra,
- int? client_id,
- ForumTopicInfo? topic_info,
Implementation
ChatEventForumTopicCreated({
super.extra,
super.client_id,
this.topic_info,
});