Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogParticipant.h30 static constexpr uint32 CAN_USE_INLINE_BOTS = 1 << 21; variable
83 return (flags_ & CAN_USE_INLINE_BOTS) != 0; in can_use_inline_bots()
135 static constexpr uint32 CAN_USE_INLINE_BOTS = 1 << 21; variable
159 … CAN_SEND_ANIMATIONS | CAN_SEND_GAMES | CAN_USE_INLINE_BOTS |
286 return (flags_ & CAN_USE_INLINE_BOTS) != 0; in can_use_inline_bots()
H A DDialogParticipant.cpp77 (static_cast<uint32>(can_use_inline_bots) * CAN_USE_INLINE_BOTS) | in Restricted()
514 (static_cast<uint32>(can_use_inline_bots) * CAN_USE_INLINE_BOTS) | in RestrictedRights()