Home
last modified time | relevance | path

Searched defs:can_send_polls (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogParticipant.cpp71bool can_send_polls, bool can_change_info_and_settings, bool can_invite_users, bool can_pin_messag… in Restricted()
436 bool can_send_polls = permissions->can_send_polls_; in get_dialog_participant_status() local
495 …bool can_send_polls = (banned_rights->flags_ & telegram_api::chatBannedRights::SEND_POLLS_MASK) ==… in get_dialog_participant_status() local
507 bool can_add_web_page_previews, bool can_send_polls, in RestrictedRights()
636 …bool can_send_polls = (banned_rights->flags_ & telegram_api::chatBannedRights::SEND_POLLS_MASK) ==… in get_restricted_rights() local
646 bool can_send_polls = permissions->can_send_polls_; in get_restricted_rights() local
H A DDialogParticipant.h90 bool can_send_polls() const { in can_send_polls() function
293 bool can_send_polls() const { in can_send_polls() function