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

Method lastServerMessage

Telegram/SourceFiles/data/data_forum_topic.cpp:753–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753HistoryItem *ForumTopic::lastServerMessage() const {
754 return _lastServerMessage.value_or(nullptr);
755}
756
757bool ForumTopic::lastServerMessageKnown() const {
758 return _lastServerMessage.has_value();

Callers 5

applyReceivedTopicsMethod · 0.45
requestSomeStaleMethod · 0.45
readInboxMethod · 0.45
readInboxTillMethod · 0.45
searchTopicsMethod · 0.45

Calls 1

value_orMethod · 0.80

Tested by

no test coverage detected