MessageForumTopicCreated constructor
MessageForumTopicCreated({
- String? extra,
- int? client_id,
- string? name,
- ForumTopicIcon? icon,
Implementation
MessageForumTopicCreated({
super.extra,
super.client_id,
this.name,
this.icon,
});