chat.bsky.moderation.getMessageContext

bsky-lexicons.bsky.social

Documentation

main query

No description available.

Parameters

after integer Optional

No description available.

before integer Optional

No description available.

convoId string Optional

Conversation that the message is from. NOTE: this field will eventually be required.

messageId string Required

No description available.

Output

Encodingapplication/json
messages array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Conversation that the message is from. NOTE: this field will eventually be required.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "messages"
      ],
      "properties": {
        "messages": {
          "type": "array",
          "items": {
            "refs": [
              "chat.bsky.convo.defs#messageView",
              "chat.bsky.convo.defs#deletedMessageView"
            ],
            "type": "union"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "messageId"
    ],
    "properties": {
      "after": {
        "type": "integer",
        "default": 5
      },
      "before": {
        "type": "integer",
        "default": 5
      },
      "convoId": {
        "type": "string",
        "description": "Conversation that the message is from. NOTE: this field will eventually be required."
      },
      "messageId": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@