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

Method setUsername

Telegram/SourceFiles/data/data_user.cpp:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397void UserData::setUsername(const QString &username) {
398 _username.setUsername(username);
399}
400
401void UserData::setPhone(const QString &newPhone) {
402 if (_phone != newPhone) {

Callers 1

updateNameDelayedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected