Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ isUser
Method
isUser
Telegram/SourceFiles/api/api_chat_participants.cpp:356–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
}
355
356
bool ChatParticipant::isUser() const {
357
return peerIsUser(_peer);
358
}
359
360
bool ChatParticipant::isCreator() const {
361
return _type == Type::Creator;
Callers
12
searchRequest
Method · 0.45
CreditsEarnStatistics
Method · 0.45
InputSavedStarGiftId
Function · 0.45
trackReactions
Method · 0.45
RulesToTL
Function · 0.45
ApplyMegagroupAdmins
Function · 0.45
RefreshChannelAdmins
Function · 0.45
kick
Method · 0.45
handleSendActionUpdate
Method · 0.45
EarnStatistics
Method · 0.45
FromTL
Function · 0.45
WhoReactedExists
Function · 0.45
Calls
1
peerIsUser
Function · 0.85
Tested by
no test coverage detected