ForumTopicInfo constructor
ForumTopicInfo({})
Implementation
ForumTopicInfo({
required this.chatId,
required this.forumTopicId,
required this.name,
this.icon,
required this.creationDate,
this.creatorId,
required this.isGeneral,
required this.isOutgoing,
required this.isClosed,
required this.isHidden,
required this.isNameImplicit,
});