chat.bsky.actor.declaration

bsky-lexicons.bsky.social

Documentation

A declaration of a Bluesky chat account.

main record

A declaration of a Bluesky chat account.

Record Key literal:self Fixed literal value

Properties

allowGroupInvites string Optional

[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.

Known values: all, none, following
allowIncoming string Required

No description available.

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"
        ]
      },
      "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."
}

Lexicon Garden

@