MCPcopy 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
516void UserData::setNameOrPhone(const QString &newNameOrPhone) {
517 nameOrPhone = newNameOrPhone;
518}
519
520void UserData::madeAction(TimeId when) {
521 if (isBot() || isServiceUser() || when <= 0) {

Callers 1

updateNameDelayedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected