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

Method setAbout

Telegram/SourceFiles/data/data_peer.cpp:827–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825}
826
827bool PeerData::setAbout(const QString &newAbout) {
828 if (_about == newAbout) {
829 return false;
830 }
831 _about = newAbout;
832 session().changes().peerUpdated(this, UpdateFlag::About);
833 return true;
834}
835
836void PeerData::checkFolder(FolderId folderId) {
837 const auto folder = folderId

Callers 7

saveSelfBioMethod · 0.45
saveDescriptionMethod · 0.45
ApplyChannelUpdateFunction · 0.45
ApplyUserUpdateFunction · 0.45
ApplyChatUpdateFunction · 0.45
readSelfMethod · 0.45

Calls 2

peerUpdatedMethod · 0.80
changesMethod · 0.45

Tested by

no test coverage detected