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

Method canAddMembers

Telegram/SourceFiles/data/data_chat.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool ChatData::canAddMembers() const {
94 return amIn() && !amRestricted(ChatRestriction::AddParticipants);
95}
96
97bool ChatData::canAddAdmins() const {
98 return amIn() && amCreator();

Callers 9

addNewMembersMethod · 0.45
showAdminMethod · 0.45
FilterPeerByQueryFunction · 0.45
addBotToGroupMethod · 0.45
needToCreateRowMethod · 0.45
StartMethod · 0.45
rowContextMenuMethod · 0.45
processChatMethod · 0.45
CanAddMemberValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected