View Source ExTDLib.Object.ForumTopicInfo (ExTDLib v0.0.4)
Contains basic information about a forum topic.
| Name | Type | Description |
|---|---|---|
| message_thread_id | string | Message thread identifier of the topic. |
| name | string | Name of the topic. |
| icon | forumTopicIcon | Icon of the topic. |
| creation_date | number | Point in time (Unix timestamp) when the topic was created. |
| creator_id | MessageSender | Identifier of the creator of the topic. |
| is_general | bool | True, if the topic is the General topic list. |
| is_outgoing | bool | True, if the topic was created by the current user. |
| is_closed | bool | True, if the topic is closed. |
| is_hidden | bool | True, if the topic is hidden above the topic list and closed; for General topic only. |
More details on telegram's documentation.