MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / setUserPhone

Method setUserPhone

Telegram/SourceFiles/mtproto/mtp_instance.cpp:528–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528void Instance::Private::setUserPhone(const QString &phone) {
529 if (_userPhone != phone) {
530 _userPhone = phone;
531 if (_configLoader) {
532 _configLoader->setPhone(_userPhone);
533 }
534 }
535}
536
537void Instance::Private::badConfigurationError() {
538 if (_mode == Mode::Normal) {

Callers 3

submitMethod · 0.80
watchSessionChangesMethod · 0.80
SessionMethod · 0.80

Calls 1

setPhoneMethod · 0.45

Tested by

no test coverage detected