ForumTopicInfo¶
Contains basic information about a forum topic
ForumTopicInfo(
chat_id: int53,
forum_topic_id: int32,
name: string,
icon: ForumTopicIcon,
creation_date: int32,
creator_id: MessageSender,
is_general: Bool,
is_outgoing: Bool,
is_closed: Bool,
is_hidden: Bool,
is_name_implicit: Bool
) → ForumTopicInfo
chat_id¶
int53
Identifier of a forum supergroup chat or a chat with a bot to which the topic belongs
forum_topic_id¶
int32
Forum topic identifier of the topic
name¶
string
Name of the topic
icon¶
Icon of the topic
creation_date¶
int32
Point in time (Unix timestamp) when the topic was created
creator_id¶
Identifier of the creator of the topic
is_general¶
Bool
True, if the topic is the General topic
is_outgoing¶
Bool
True, if the topic was created by the current user
is_closed¶
Bool
True, if the topic is closed. If the topic is closed, then the user must have can_manage_topics administrator right in the supergroup or must be the creator of the topic to send messages there
is_hidden¶
Bool
True, if the topic is hidden above the topic list and closed; for General topic only
is_name_implicit¶
Bool
True, if the name of the topic wasn't added explicitly