Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1439 …void add_channel_participant(ChannelId channel_id, UserId user_id, const DialogParticipantStatus &…
H A DContactsManager.cpp6775 void ContactsManager::add_channel_participant(ChannelId channel_id, UserId user_id, in add_channel_participant() function in td::ContactsManager
6969 …return add_channel_participant(channel_id, participant_dialog_id.get_user_id(), old_status, std::m… in set_channel_participant_status_impl()
14834 …return add_channel_participant(dialog_id.get_channel_id(), user_id, DialogParticipantStatus::Left(… in add_dialog_participant()