Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ unreadCountKnown
Method
unreadCountKnown
Telegram/SourceFiles/data/data_replies_list.cpp:283–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
bool RepliesList::unreadCountKnown() const {
284
return _unreadCount.current().has_value();
285
}
286
287
int RepliesList::unreadCountCurrent() const {
288
return _unreadCount.current().value_or(0);
Callers
3
chatListUnreadState
Method · 0.45
readInboxTill
Method · 0.45
searchReceived
Method · 0.45
Calls
2
has_value
Method · 0.80
current
Method · 0.45
Tested by
no test coverage detected