app.bsky.unspecced.initAgeAssurance
Initiate age assurance for an account. This is a one-time action that will start the process of verifying the user’s age.
- class atproto_client.models.app.bsky.unspecced.init_age_assurance.Data
Bases:
DataModelBaseInput data model for
app.bsky.unspecced.initAgeAssurance.- field country_code: str [Required]
An ISO 3166-1 alpha-2 code of the user’s location.
- field email: str [Required]
The user’s email address to receive assurance instructions.
- field language: str [Required]
The user’s preferred language for communication during the assurance process.
- class atproto_client.models.app.bsky.unspecced.init_age_assurance.DataDict
Bases:
TypedDict- country_code: str
An ISO 3166-1 alpha-2 code of the user’s location.
- email: str
The user’s email address to receive assurance instructions.
- language: str
The user’s preferred language for communication during the assurance process.