app.bsky.graph.mute_actor#

pydantic model atproto.xrpc_client.models.app.bsky.graph.mute_actor.Data#

Bases: DataModelBase

Input data model for app.bsky.graph.muteActor.

Show JSON schema
{
   "title": "Data",
   "description": "Input data model for :obj:`app.bsky.graph.muteActor`.",
   "type": "object",
   "properties": {
      "actor": {
         "title": "Actor",
         "type": "string"
      }
   },
   "additionalProperties": false,
   "required": [
      "actor"
   ]
}

Fields:
field actor: str [Required]#

Actor.

class atproto.xrpc_client.models.app.bsky.graph.mute_actor.DataDict#

Bases: TypedDict

actor: str#

Actor.