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

Method unreadMentions

Telegram/SourceFiles/data/data_thread.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69HistoryUnreadThings::Proxy Thread::unreadMentions() {
70 return {
71 this,
72 _unreadThings,
73 HistoryUnreadThings::Type::Mentions,
74 !!(_flags & Flag::UnreadThingsKnown),
75 };
76}
77
78HistoryUnreadThings::ConstProxy Thread::unreadMentions() const {
79 return {

Callers 9

preloadEnoughMentionsMethod · 0.80
requestMentionsMethod · 0.80
addToUnreadThingsMethod · 0.80
destroyHistoryEntryMethod · 0.80
mentionsClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected