Inherits Object.
Represents a birthdate of a user.
Public Fields | |
int32 | day_ |
Day of the month; 1-31. | |
int32 | month_ |
Month of the year; 1-12. | |
int32 | year_ |
Birth year; 0 if unknown. | |
Public Instance Methods | |
birthdate () | |
birthdate (int32 day_, int32 month_, int32 year_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1644064030 |
Identifier uniquely determining a type of the object. | |
birthdate | ( | ) |
Represents a birthdate of a user.
Represents a birthdate of a user.
[in] | day_ | Day of the month; 1-31. |
[in] | month_ | Month of the year; 1-12. |
[in] | year_ | Birth year; 0 if unknown. |
|
finalvirtual |