Skip to content

ForumTopic

Type · TDLib 1.8.67 · d1085f9c

Describes a forum topic

ForumTopic(
  info: ForumTopicInfo,
  last_message: Message,
  order: int64,
  is_pinned: Bool,
  unread_count: int32,
  last_read_inbox_message_id: int53,
  last_read_outbox_message_id: int53,
  unread_mention_count: int32,
  unread_reaction_count: int32,
  unread_poll_vote_count: int32,
  notification_settings: ChatNotificationSettings,
  draft_message: DraftMessage
) → ForumTopic

info

ForumTopicInfo

Basic information about the topic

last_message

Message

Last message in the topic; may be null if unknown

order

int64

A parameter used to determine order of the topic in the topic list. Topics must be sorted by the order in descending order

is_pinned

Bool

True, if the topic is pinned in the topic list

unread_count

int32

Number of unread messages in the topic

last_read_inbox_message_id

int53

Identifier of the last read incoming message

last_read_outbox_message_id

int53

Identifier of the last read outgoing message

unread_mention_count

int32

Number of unread messages with a mention/reply in the topic

unread_reaction_count

int32

Number of messages with unread reactions in the topic

unread_poll_vote_count

int32

Number of messages with unread poll votes 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