UpdateForumTopic¶
Information about a topic in a forum chat was changed
UpdateForumTopic(
chat_id: int53,
forum_topic_id: int32,
is_pinned: Bool,
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
) → Update
chat_id¶
int53
Chat identifier
forum_topic_id¶
int32
Forum topic identifier of the topic
is_pinned¶
Bool
True, if the topic is pinned in the topic list
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¶
Notification settings for the topic
draft_message¶
A draft of a message in the topic; may be null if none