Birthday¶
- class pyrogram.types.Birthday¶
Represents a user’s birthday.
- Parameters:
day (
int) – Day of the month (1-31).month (
int) – Month (1-12).year (
int, optional) – Year. May be omitted if the user hasn’t shared their birth year.
Represents a user’s birthday.
day (int) – Day of the month (1-31).
month (int) – Month (1-12).
year (int, optional) – Year. May be omitted if the user hasn’t shared their birth year.