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

Method canViewAdmins

Telegram/SourceFiles/data/data_channel.cpp:722–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722bool ChannelData::canViewAdmins() const {
723 return (isMegagroup() || hasAdminRights() || amCreator());
724}
725
726bool ChannelData::canViewBanned() const {
727 return (hasAdminRights() || amCreator());

Callers 5

fillManageSectionMethod · 0.80
ApplyChannelUpdateFunction · 0.80
processChatMethod · 0.80
AdminsCountValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected