Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1435 …bool update_permanent_invite_link(DialogInviteLink &invite_link, DialogInviteLink new_invite_link);
H A DContactsManager.cpp12433 … if (chat_full != nullptr && update_permanent_invite_link(chat_full->invite_link, invite_link)) { in on_get_permanent_dialog_invite_link()
12442 …if (channel_full != nullptr && update_permanent_invite_link(channel_full->invite_link, invite_link… in on_get_permanent_dialog_invite_link()
12459 …if (update_permanent_invite_link(chat_full->invite_link, DialogInviteLink(std::move(invite_link)))… in on_update_chat_full_invite_link()
12467 …if (update_permanent_invite_link(channel_full->invite_link, DialogInviteLink(std::move(invite_link… in on_update_channel_full_invite_link()
12776 bool ContactsManager::update_permanent_invite_link(DialogInviteLink &invite_link, DialogInviteLink … in update_permanent_invite_link() function in td::ContactsManager