MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / chatListUnreadState

Method chatListUnreadState

Telegram/SourceFiles/data/data_forum_topic.cpp:909–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907}
908
909Dialogs::UnreadState ForumTopic::chatListUnreadState() const {
910 return unreadStateFor(
911 _replies->displayedUnreadCount(),
912 _replies->unreadCountKnown());
913}
914
915Dialogs::BadgesState ForumTopic::chatListBadgesState() const {
916 auto result = Dialogs::BadgesForUnread(

Callers

nothing calls this directly

Calls 2

displayedUnreadCountMethod · 0.45
unreadCountKnownMethod · 0.45

Tested by

no test coverage detected