app.bsky.graph.mute_actor_list#

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

Bases: DataModelBase

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

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

Fields:
field list: str [Required]#

List.

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

Bases: TypedDict

list: str#

List.