com.atproto.identity.update_handle¶
- class atproto_client.models.com.atproto.identity.update_handle.Data¶
Bases:
DataModelBase
Input data model for
com.atproto.identity.updateHandle
.- field handle: str [Required]¶
The new handle.
- Constraints:
func = Validated by:
string_formats.validate_handle()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined