MCPcopy 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
688bool UserData::storiesCorrespondent() const {
689 return (_flags.current() & UserDataFlag::StoriesCorrespondent);
690}
691
692void UserData::setStarsPerMessage(int stars) {
693 if (_starsPerMessage != stars) {

Callers 1

parseAndApplyMethod · 0.80

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected