ForumTopicInfo constructor
ForumTopicInfo({
- String? extra,
- int? client_id,
- int53? message_thread_id,
- string? name,
- ForumTopicIcon? icon,
- int32? creation_date,
- MessageSender? creator_id,
- Bool? is_general,
- Bool? is_outgoing,
- Bool? is_closed,
Implementation
ForumTopicInfo({
super.extra,
super.client_id,
this.message_thread_id,
this.name,
this.icon,
this.creation_date,
this.creator_id,
this.is_general,
this.is_outgoing,
this.is_closed,
this.is_hidden,
});