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": "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
bafyreih4ivey4vqreb2ebujlt7iranqyizxkv5kpm3ksdlgkinkgcu53pu
Indexed At
2026-07-16 14:58 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.actor.declaration

Version History (3 versions)

Lexicon Garden

@