Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ canAddAdmins
Method
canAddAdmins
Telegram/SourceFiles/data/data_chat.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool ChatData::canAddAdmins() const {
98
return amIn() && amCreator();
99
}
100
101
bool ChatData::canBanMembers() const {
102
return amCreator()
Callers
7
ShowAddParticipantsError
Function · 0.45
addBotToGroup
Method · 0.45
needToCreateRow
Method · 0.45
canAddOrEditAdmin
Method · 0.45
CreateSearchController
Method · 0.45
Start
Method · 0.45
prepare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected