chat.bsky.moderation.subscribeModEvents

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.moderation.subscribeModEvents",
  "defs": {
    "main": {
      "type": "subscription",
      "errors": [
        {
          "name": "FutureCursor"
        },
        {
          "name": "ConsumerTooSlow",
          "description": "If the consumer of the stream can not keep up with events, and a backlog gets too large, the server will drop the connection."
        }
      ],
      "message": {
        "schema": {
          "refs": [
            "#eventConvoFirstMessage"
          ],
          "type": "union"
        }
      },
      "parameters": {
        "type": "params",
        "properties": {
          "cursor": {
            "type": "string",
            "description": "The last known event seq number to backfill from. Use '2222222222222' to backfill from the beginning. Don't specify a cursor to listen only for new events."
          }
        }
      },
      "description": "Subscribe to stream of chat events targeted to moderation. Private endpoint."
    },
    "eventConvoFirstMessage": {
      "type": "object",
      "required": [
        "createdAt",
        "rev",
        "convoId",
        "user",
        "recipients"
      ],
      "properties": {
        "rev": {
          "type": "string"
        },
        "user": {
          "type": "string",
          "format": "did",
          "description": "The DID of the message author."
        },
        "convoId": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "messageId": {
          "type": "string"
        },
        "recipients": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "did"
          },
          "description": "The list of DIDs message recipients. Does not include the sender, which is in the `user` field"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.moderation.subscribeModEvents

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@