Home
last modified time | relevance | path

Searched refs:is_update_about_username_change_received (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h117 bool is_update_about_username_change_received(UserId user_id) const;
H A DMessagesManager.h797 bool is_update_about_username_change_received(DialogId dialog_id) const;
H A DMessagesManager.cpp31414 bool MessagesManager::is_update_about_username_change_received(DialogId dialog_id) const { in is_update_about_username_change_received() function in td::MessagesManager
31417 … return td_->contacts_manager_->is_update_about_username_change_received(dialog_id.get_user_id()); in is_update_about_username_change_received()
31446 … auto cache_time = is_update_about_username_change_received(dialog_id) ? USERNAME_CACHE_EXPIRE_TIME in on_dialog_username_updated()
H A DContactsManager.cpp10951 bool ContactsManager::is_update_about_username_change_received(UserId user_id) const { in is_update_about_username_change_received() function in td::ContactsManager