Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
bool ChatData::canAddMembers() const {
94
return amIn() && !amRestricted(ChatRestriction::AddParticipants);
95
}
96
97
bool ChatData::canAddAdmins() const {
98
return amIn() && amCreator();
Callers
9
addNewMembers
Method · 0.45
showAdmin
Method · 0.45
FilterPeerByQuery
Function · 0.45
addBotToGroup
Method · 0.45
needToCreateRow
Method · 0.45
Start
Method · 0.45
rowContextMenu
Method · 0.45
processChat
Method · 0.45
CanAddMemberValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected