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

Method readDatesPrivate

Telegram/SourceFiles/data/data_user.cpp:657–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657bool UserData::readDatesPrivate() const {
658 return (flags() & UserDataFlag::ReadDatesPrivate);
659}
660
661bool UserData::allowsForwarding() const {
662 return !(flags() & Flag::NoForwardsMyEnabled)

Callers 1

WhoReadExistsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected