View Source ExTDLib.Object.ForumTopic (ExTDLib v0.0.4)
Describes a forum topic.
| Name | Type | Description |
|---|---|---|
| info | forumTopicInfo | Basic information about the topic. |
| last_message | message | Last message in the topic; may be null if unknown. |
| is_pinned | bool | True, if the topic is pinned in the topic list. |
| unread_count | number | Number of unread messages in the topic. |
| last_read_inbox_message_id | string | Identifier of the last read incoming message. |
| last_read_outbox_message_id | string | Identifier of the last read outgoing message. |
| unread_mention_count | number | Number of unread messages with a mention/reply in the topic. |
| unread_reaction_count | number | Number of messages with unread reactions in the topic. |
| notification_settings | chatNotificationSettings | Notification settings for the topic. |
| draft_message | draftMessage | A draft of a message in the topic; may be null if none. |
More details on telegram's documentation.