Home
last modified time | relevance | path

Searched refs:CAN_MANAGE_CALLS (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogParticipant.h125 static constexpr uint32 CAN_MANAGE_CALLS = 1 << 9; variable
153 … CAN_PROMOTE_MEMBERS | CAN_MANAGE_CALLS | CAN_MANAGE_DIALOG;
258 return (flags_ & CAN_MANAGE_CALLS) != 0; in can_manage_calls()
H A DDialogParticipant.cpp55 (static_cast<uint32>(can_manage_calls) * CAN_MANAGE_CALLS) | in Administrator()