Home
last modified time | relevance | path

Searched refs:set_profile_photo (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/telegram-cli/tg-20200106/
H A DREADME-LUA71 set_profile_photo (file)
H A DREADME.md204 * **set_profile_photo** \<photo-file-name\> - sets userpic. Photo should be square, or server will …
H A DREADME-PY.md59 |`tgl.set_profile_photo (file_path)`|Sets avatar to image found at `file_path`, no checking on the …
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h314 …void set_profile_photo(const td_api::object_ptr<td_api::InputChatPhoto> &input_photo, Promise<Unit…
H A DTd.cpp6803 contacts_manager_->set_profile_photo(request.photo_, std::move(promise)); in on_request()
H A DContactsManager.cpp6054 void ContactsManager::set_profile_photo(const td_api::object_ptr<td_api::InputChatPhoto> &input_pho… in set_profile_photo() function in td::ContactsManager