update_birthday()#
- Client.update_birthday()#
Update birthday in your profile.
Usable by Users Bots- Parameters:
day (
int
, optional) – Birthday day.month (
int
, optional) – Birthday month.year (
int
, optional) – Birthday year.
- Returns:
bool
– True on success.
Example
# Update your birthday await app.update_birthday(day=1, month=1, year=2000) # Remove birthday from profile await app.update_birthday()