com.atproto.identity.update_handle#

pydantic model atproto.xrpc_client.models.com.atproto.identity.update_handle.Data#

Bases: DataModelBase

Input data model for com.atproto.identity.updateHandle.

Show JSON schema
{
   "title": "Data",
   "description": "Input data model for :obj:`com.atproto.identity.updateHandle`.",
   "type": "object",
   "properties": {
      "handle": {
         "title": "Handle",
         "type": "string"
      }
   },
   "additionalProperties": false,
   "required": [
      "handle"
   ]
}

Fields:
field handle: str [Required]#

Handle.

class atproto.xrpc_client.models.com.atproto.identity.update_handle.DataDict#

Bases: TypedDict

handle: str#

Handle.