Backfill in-progress. Some lexicons and records may be missing or incomplete.

chat.bsky.actor.declaration

bsky-lexicons.bsky.social

Documentation

main record

A declaration of a Bluesky chat account.

Record Key literal:self Fixed literal value

Properties

allowIncoming string Required

No description provided.

Known values: all, none, following
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "allowIncoming"
    ],
    "properties": {
      "allowIncoming": {
        "type": "string",
        "knownValues": [
          "all",
          "none",
          "following"
        ]
      }
    }
  },
  "description": "A declaration of a Bluesky chat account."
}

Lexicon Garden

@