Home
last modified time | relevance | path

Searched refs:can_send_animations (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogParticipant.cpp70 …bool can_send_animations, bool can_send_games, bool can_use_inline_bots, bool can_add_web_page_pre… in Restricted() argument
75 (static_cast<uint32>(can_send_animations) * CAN_SEND_ANIMATIONS) | in Restricted()
111 …RestrictedRights(can_send_messages(), can_send_media(), can_send_stickers(), can_send_animations(), in get_restricted_rights()
196 if (!can_send_animations()) { in get_chat_banned_rights()
364 if (!status.can_send_animations()) { in operator <<()
491 …bool can_send_animations = (banned_rights->flags_ & telegram_api::chatBannedRights::SEND_GIFS_MASK… in get_dialog_participant_status() local
501can_send_animations, can_send_games, can_use_inline_bots, can_add_web_page_previews, can_send_poll… in get_dialog_participant_status()
512 (static_cast<uint32>(can_send_animations) * CAN_SEND_ANIMATIONS) | in RestrictedRights()
525 can_send_stickers() || can_send_animations() || can_send_games() || can_use_inline_bots(), in get_chat_permissions_object()
540 if (!can_send_animations()) { in get_chat_banned_rights()
[all …]
H A DDialogParticipant.h42 …ghts(bool can_send_messages, bool can_send_media, bool can_send_stickers, bool can_send_animations,
74 bool can_send_animations() const { in can_send_animations() function
187 … bool can_send_media, bool can_send_stickers, bool can_send_animations,
277 bool can_send_animations() const { in can_send_animations() function
H A DMessageContent.cpp2507 if (!permissions.can_send_animations()) { in can_send_message_content()