Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ storiesCorrespondent
Method
storiesCorrespondent
Telegram/SourceFiles/data/data_user.cpp:688–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
}
687
688
bool UserData::storiesCorrespondent() const {
689
return (_flags.current() & UserDataFlag::StoriesCorrespondent);
690
}
691
692
void UserData::setStarsPerMessage(int stars) {
693
if (_starsPerMessage != stars) {
Callers
1
parseAndApply
Method · 0.80
Calls
1
current
Method · 0.45
Tested by
no test coverage detected