Home
last modified time | relevance | path

Searched defs:secret_chat_id (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecretChatsManager.cpp110 void SecretChatsManager::cancel_chat(SecretChatId secret_chat_id, bool delete_history, Promise<> pr… in cancel_chat()
116 void SecretChatsManager::send_message(SecretChatId secret_chat_id, tl_object_ptr<secret_api::decryp… in send_message()
123 void SecretChatsManager::send_message_action(SecretChatId secret_chat_id, in send_message_action()
131 void SecretChatsManager::send_read_history(SecretChatId secret_chat_id, int32 date, Promise<> promi… in send_read_history()
136 void SecretChatsManager::send_open_message(SecretChatId secret_chat_id, int64 random_id, Promise<> … in send_open_message()
142 void SecretChatsManager::delete_messages(SecretChatId secret_chat_id, vector<int64> random_ids, Pro… in delete_messages()
148 void SecretChatsManager::delete_all_messages(SecretChatId secret_chat_id, Promise<> promise) { in delete_all_messages()
154 void SecretChatsManager::notify_screenshot_taken(SecretChatId secret_chat_id, Promise<> promise) { in notify_screenshot_taken()
160 void SecretChatsManager::send_set_ttl_message(SecretChatId secret_chat_id, int32 ttl, int64 random_… in send_set_ttl_message()
H A DDependencies.cpp74 for (auto secret_chat_id : dependencies.secret_chat_ids) { in resolve_dependencies_force() local
H A DDialogId.cpp87 DialogId::DialogId(SecretChatId secret_chat_id) { in DialogId()
H A DContactsManager.cpp4559 SecretChatId secret_chat_id, AccessRights access_rights) const { in get_input_encrypted_chat()
9213 SecretChatId secret_chat_id; member in td::ContactsManager::SecretChatLogEvent
9264 auto secret_chat_id = log_event.secret_chat_id; in on_binlog_secret_chat_event() local
9280 string ContactsManager::get_secret_chat_database_key(SecretChatId secret_chat_id) { in get_secret_chat_database_key()
9424 bool ContactsManager::have_secret_chat_force(SecretChatId secret_chat_id) { in have_secret_chat_force()
9800 for (auto secret_chat_id : it->second) { in for_each_secret_chat_with_user() local
9836 for_each_secret_chat_with_user(user_id, [messages_manager](SecretChatId secret_chat_id) { in update_user()
14687 ContactsManager::SecretChat *ContactsManager::add_secret_chat(SecretChatId secret_chat_id) { in add_secret_chat()
14704 ContactsManager::SecretChat *ContactsManager::get_secret_chat(SecretChatId secret_chat_id) { in get_secret_chat()
16112 SecretChatId secret_chat_id) { in get_update_unknown_secret_chat_object()
[all …]
H A DMessagesManager.cpp6340 SecretChatId secret_chat_id = dialog_id.get_secret_chat_id(); in have_input_peer() local
6366 SecretChatId secret_chat_id = dialog_id.get_secret_chat_id(); in have_dialog_info() local
6390 SecretChatId secret_chat_id = dialog_id.get_secret_chat_id(); in have_dialog_info_force() local
6403 SecretChatId secret_chat_id = dialog_id.get_secret_chat_id(); in get_input_encrypted_chat() local
20198 auto secret_chat_id = dialog_id.get_secret_chat_id(); in get_chat_type_object() local
21035 auto secret_chat_id = dialog_id.get_secret_chat_id(); in read_history_on_server_impl() local
29437 d->dialog_id.get_user_id(), [this, user_d = d](SecretChatId secret_chat_id) { in send_update_secret_chats_with_user_action_bar()
31120 d->dialog_id.get_user_id(), [this](SecretChatId secret_chat_id) { in on_dialog_user_is_contact_updated()
31148 dialog_id.get_user_id(), [this](SecretChatId secret_chat_id) { in on_dialog_user_is_deleted_updated()
31160 dialog_id.get_user_id(), [this](SecretChatId secret_chat_id) { in on_dialog_user_is_deleted_updated()
[all …]
H A DNotificationManager.cpp3092 SecretChatId secret_chat_id(secret_chat_id_int); in process_push_notification_payload() local
H A DUpdatesManager.cpp2876 SecretChatId secret_chat_id(update->chat_id_); in on_update() local
H A DTd.cpp738 GetSecretChatRequest(ActorShared<Td> td, uint64 request_id, int32 secret_chat_id) in GetSecretChatRequest()