app.bsky.ageassurance.begin
Initiate Age Assurance for an account.
- class atproto_client.models.app.bsky.ageassurance.begin.Data
Bases:
DataModelBaseInput data model for
app.bsky.ageassurance.begin.- 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 Age Assurance instructions.
- field language: str [Required]
The user’s preferred language for communication during the Age Assurance process.
- class atproto_client.models.app.bsky.ageassurance.begin.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 Age Assurance instructions.
- language: str
The user’s preferred language for communication during the Age Assurance process.
- region_code: NotRequired[str | None]
An optional ISO 3166-2 code of the user’s region or state within the country.