Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.h744 vector<FullMessageId> get_active_live_location_messages(Promise<Unit> &&promise);
H A DMessagesManager.cpp6900get_active_live_location_messages(PromiseCreator::lambda([actor_id = actor_id(this), full_message_… in on_update_live_location_viewed()
6906 auto active_live_location_message_ids = get_active_live_location_messages(Auto()); in on_update_live_location_viewed()
6918 get_active_live_location_messages( in on_update_some_live_location_viewed()
6926 auto active_live_location_message_ids = get_active_live_location_messages(Auto()); in on_update_some_live_location_viewed()
21733 vector<FullMessageId> MessagesManager::get_active_live_location_messages(Promise<Unit> &&promise) { in get_active_live_location_messages() function in td::MessagesManager
21861 get_active_live_location_messages(Auto()); in add_active_live_location()
H A DTd.cpp1531 … full_message_ids_ = td_->messages_manager_->get_active_live_location_messages(std::move(promise)); in do_run()