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