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

Method birthday

Telegram/SourceFiles/data/data_user.cpp:789–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789Data::Birthday UserData::birthday() const {
790 return _birthday;
791}
792
793void UserData::setBirthday(Data::Birthday value) {
794 if (_birthday != value) {

Callers 12

SortForBirthdayFunction · 0.80
ControllerMethod · 0.80
setupPhotoButtonsMethod · 0.80
FieldsValueFunction · 0.80
ShowEditBirthdayFunction · 0.80
setupAboveWidgetMethod · 0.80
AvailableFunction · 0.80
setupBirthdayEffectMethod · 0.80
BirthdayValueFunction · 0.80
refreshSendGiftToggleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected