Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h191 void on_update_channel_description(ChannelId channel_id, string &&description);
H A DContactsManager.cpp898 …return td_->contacts_manager_->on_update_channel_description(dialog_id_.get_channel_id(), std::mov… in on_success()
13471 void ContactsManager::on_update_channel_description(ChannelId channel_id, string &&description) { in on_update_channel_description() function in td::ContactsManager