Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
753
HistoryItem *ForumTopic::lastServerMessage() const {
754
return _lastServerMessage.value_or(nullptr);
755
}
756
757
bool ForumTopic::lastServerMessageKnown() const {
758
return _lastServerMessage.has_value();
Callers
5
applyReceivedTopics
Method · 0.45
requestSomeStale
Method · 0.45
readInbox
Method · 0.45
readInboxTill
Method · 0.45
searchTopics
Method · 0.45
Calls
1
value_or
Method · 0.80
Tested by
no test coverage detected