@@ -114,6 +114,11 @@ class ForumTopicsManager(
114114 isClosed = topic.info.isClosed,
115115 isPinned = topic.isPinned,
116116 unreadCount = topic.unreadCount,
117+ lastReadInboxMessageId = topic.lastReadInboxMessageId,
118+ lastReadOutboxMessageId = topic.lastReadOutboxMessageId,
119+ unreadMentionCount = topic.unreadMentionCount,
120+ unreadReactionCount = topic.unreadReactionCount,
121+ unreadPollVoteCount = topic.unreadPollVoteCount,
117122 lastMessageText = preview.text,
118123 lastMessageEntities = preview.entities,
119124 lastMessageTime = preview.time,
@@ -135,6 +140,11 @@ class ForumTopicsManager(
135140 isClosed = topic.info.isClosed,
136141 isPinned = topic.isPinned,
137142 unreadCount = topic.unreadCount,
143+ lastReadInboxMessageId = topic.lastReadInboxMessageId,
144+ lastReadOutboxMessageId = topic.lastReadOutboxMessageId,
145+ unreadMentionCount = topic.unreadMentionCount,
146+ unreadReactionCount = topic.unreadReactionCount,
147+ unreadPollVoteCount = topic.unreadPollVoteCount,
138148 lastMessageText = preview.text,
139149 lastMessageTime = preview.time,
140150 order = topic.order,
0 commit comments