Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ setNameOrPhone
Method
setNameOrPhone
Telegram/SourceFiles/data/data_user.cpp:516–518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
}
515
516
void UserData::setNameOrPhone(const QString &newNameOrPhone) {
517
nameOrPhone = newNameOrPhone;
518
}
519
520
void UserData::madeAction(TimeId when) {
521
if (isBot() || isServiceUser() || when <= 0) {
Callers
1
updateNameDelayed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected