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

Method isSupport

Telegram/SourceFiles/data/data_user.cpp:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617bool UserData::isSupport() const {
618 return flags() & UserDataFlag::Support;
619}
620
621bool UserData::isInaccessible() const {
622 return flags() & UserDataFlag::Deleted;

Callers 15

addBlockUserMethod · 0.80
canCreatePollsMethod · 0.80
canRevokeFullHistoryMethod · 0.80
OnlineTextSpecialFunction · 0.80
skipRequestMethod · 0.80
ShowUserBotIconFunction · 0.80
titleMethod · 0.80
InviteToChatButtonFunction · 0.80
InviteToChatAboutFunction · 0.80
addBlockActionMethod · 0.80
fillUserActionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected