Skip to content

SavedMessagesTopic

Type · TDLib 1.8.67 · d1085f9c

Contains information about a Saved Messages topic

SavedMessagesTopic(
  id: int53,
  type: SavedMessagesTopicType,
  is_pinned: Bool,
  order: int64,
  last_message: Message,
  draft_message: DraftMessage
) → SavedMessagesTopic

id

int53

Unique topic identifier

type

SavedMessagesTopicType

Type of the topic

is_pinned

Bool

True, if the topic is pinned

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

last_message

Message

Last message in the topic; may be null if none or unknown

draft_message

DraftMessage

A draft of a message in the topic; may be null if none