SavedMessagesTopic¶
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¶
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¶
Last message in the topic; may be null if none or unknown
draft_message¶
A draft of a message in the topic; may be null if none