Interface UpdateAgeVerificationParameters

The parameters for age verification of the current user's account has changed. Subtype of Update.

interface UpdateAgeVerificationParameters {
    @type: "updateAgeVerificationParameters";
    parameters: AgeVerificationParameters;
}

Properties

Properties

@type: "updateAgeVerificationParameters"

Parameters for the age verification; may be null if age verification isn't needed.