chat.bsky.actor.declaration

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.actor.declaration",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "allowIncoming"
        ],
        "properties": {
          "allowIncoming": {
            "type": "string",
            "knownValues": [
              "all",
              "none",
              "following"
            ]
          },
          "allowGroupInvites": {
            "type": "string",
            "description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Declaration about group chat invitation preferences for the record owner.",
            "knownValues": [
              "all",
              "none",
              "following"
            ]
          }
        }
      },
      "description": "A declaration of a Bluesky chat account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.actor.declaration

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreihvdkojcsn3la75cyx23uvaacrycwa23c564t44knnf4tfg7grdua
Indexed At
2026-04-15 20:56 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.actor.declaration

Version History (2 versions)

Lexicon Garden

@