Home
last modified time | relevance | path

Searched refs:get_chat_full_force (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp4713 auto chat_full = get_chat_full_force(dialog_id.get_chat_id(), "get_dialog_about"); in get_dialog_about()
11708 ChatFull *chat_full = get_chat_full_force(chat_id, "telegram_api::chatParticipants"); in on_get_chat_participants()
12432 auto chat_full = get_chat_full_force(chat_id, "on_get_permanent_dialog_invite_link"); in on_get_permanent_dialog_invite_link()
12815 ChatFull *chat_full = get_chat_full_force(chat_id, "on_update_chat_add_user"); in on_update_chat_add_user()
12920 ChatFull *chat_full = get_chat_full_force(chat_id, "on_update_chat_edit_administrator"); in on_update_chat_edit_administrator()
12950 ChatFull *chat_full = get_chat_full_force(chat_id, "on_update_chat_delete_user"); in on_update_chat_delete_user()
13010 ChatFull *chat_full = get_chat_full_force(chat_id, "on_update_chat_status"); in on_update_chat_status()
13222 auto chat_full = get_chat_full_force(chat_id, "on_update_chat_description"); in on_update_chat_description()
13299 ChatFull *chat_full = get_chat_full_force(chat_id, "drop_chat_full"); in drop_chat_full()
14305 auto chat_full = get_chat_full_force(chat_id, source); in load_chat_full()
[all …]
H A DContactsManager.h1139 ChatFull *get_chat_full_force(ChatId chat_id, const char *source);