Layer 227
BirthdayObj
Birthday information for a user.
constructor
birthday#6c8e1e06 flags:# day:int month:int year:flags.0?int = Birthday;
Parameters
| Name | Type | Description |
|---|---|---|
| Day | int | Birth day |
| Month | int | Birth month |
| Year | flags .0? int | (Optional) birth year. |
Returns
BirthdayGogram Example
// Creating BirthdayObj constructor obj := &tg.BirthdayObj{ Day: 42, Month: 42, Year: nil, }