Interface SetBirthdate

Changes the birthdate of the current user. Request type for Tdjson#setBirthdate.

interface SetBirthdate {
    @type: "setBirthdate";
    birthdate: Birthdate;
}

Properties

Properties

@type: "setBirthdate"
birthdate: Birthdate

The new value of the current user's birthdate; pass null to remove the birthdate.