List of all members | Public Fields | Public Instance Methods | Static Public Attributes
birthdate Class Referencefinal

Inherits Object.

Description

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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 1644064030
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ birthdate() [1/2]

birthdate ( )

Represents a birthdate of a user.

◆ birthdate() [2/2]

birthdate ( int32  day_,
int32  month_,
int32  year_ 
)

Represents a birthdate of a user.

Parameters
[in]day_Day of the month; 1-31.
[in]month_Month of the year; 1-12.
[in]year_Birth year; 0 if unknown.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: