Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
397
void UserData::setUsername(const QString &username) {
398
_username.setUsername(username);
399
}
400
401
void UserData::setPhone(const QString &newPhone) {
402
if (_phone != newPhone) {
Callers
1
updateNameDelayed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected