MCPcopy 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
356bool ChatParticipant::isUser() const {
357 return peerIsUser(_peer);
358}
359
360bool ChatParticipant::isCreator() const {
361 return _type == Type::Creator;

Callers 12

searchRequestMethod · 0.45
CreditsEarnStatisticsMethod · 0.45
InputSavedStarGiftIdFunction · 0.45
trackReactionsMethod · 0.45
RulesToTLFunction · 0.45
ApplyMegagroupAdminsFunction · 0.45
RefreshChannelAdminsFunction · 0.45
kickMethod · 0.45
EarnStatisticsMethod · 0.45
FromTLFunction · 0.45
WhoReactedExistsFunction · 0.45

Calls 1

peerIsUserFunction · 0.85

Tested by

no test coverage detected