Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
617
bool UserData::isSupport() const {
618
return flags() & UserDataFlag::Support;
619
}
620
621
bool UserData::isInaccessible() const {
622
return flags() & UserDataFlag::Deleted;
Callers
15
addBlockUser
Method · 0.80
PeerMenuUnblockUserWithBotRestart
Function · 0.80
canCreatePolls
Method · 0.80
canRevokeFullHistory
Method · 0.80
OnlineTextSpecial
Function · 0.80
skipRequest
Method · 0.80
ShowUserBotIcon
Function · 0.80
title
Method · 0.80
InviteToChatButton
Function · 0.80
InviteToChatAbout
Function · 0.80
addBlockAction
Method · 0.80
fillUserActions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected