Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogParticipant.h119 static constexpr uint32 CAN_DELETE_MESSAGES = 1 << 3; variable
151 … CAN_EDIT_MESSAGES | CAN_DELETE_MESSAGES | CAN_INVITE_USERS_ADMIN |
233 return (flags_ & CAN_DELETE_MESSAGES) != 0; in can_delete_messages()
H A DDialogParticipant.cpp50 (static_cast<uint32>(can_delete_messages) * CAN_DELETE_MESSAGES) | in Administrator()