chat.bsky.notification.defs

bsky-lexicons.bsky.social

Documentation

chatPreference object

No description available.

Properties

include string Required

No description available.

Known values: all, follows
push boolean Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "include",
    "push"
  ],
  "properties": {
    "push": {
      "type": "boolean"
    },
    "include": {
      "type": "string",
      "knownValues": [
        "all",
        "follows"
      ]
    }
  }
}
preferences object

No description available.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "chat",
    "chatRequest"
  ],
  "properties": {
    "chat": {
      "ref": "#chatPreference",
      "type": "ref"
    },
    "chatRequest": {
      "ref": "#chatPreference",
      "type": "ref"
    }
  }
}

Lexicon Garden

@