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

Method unreadReactions

Telegram/SourceFiles/data/data_thread.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85HistoryUnreadThings::Proxy Thread::unreadReactions() {
86 return {
87 this,
88 _unreadThings,
89 HistoryUnreadThings::Type::Reactions,
90 !!(_flags & Flag::UnreadThingsKnown),
91 };
92}
93
94HistoryUnreadThings::ConstProxy Thread::unreadReactions() const {
95 return {

Callers 12

requestReactionsMethod · 0.80
feedUpdateMethod · 0.80
markReactionsReadMethod · 0.80
addToUnreadThingsMethod · 0.80
destroyHistoryEntryMethod · 0.80
checkAddMethod · 0.80
reactionsClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected