Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h111 bool get_channel_has_protected_content(ChannelId channel_id) const;
H A DContactsManager.cpp4687 bool ContactsManager::get_channel_has_protected_content(ChannelId channel_id) const { in get_channel_has_protected_content() function in td::ContactsManager
H A DMessagesManager.cpp31560 return td_->contacts_manager_->get_channel_has_protected_content(dialog_id.get_channel_id()); in get_dialog_has_protected_content()