app.bsky.unspecced.init_age_assurance¶

class atproto_client.models.app.bsky.unspecced.init_age_assurance.Data¶

Bases: DataModelBase

Input 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.