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

await app.update_birthday(day=1, month=1, year=2000)

await app.update_birthday()