chat.bsky.convo.getMessages

bsky-lexicons.bsky.social

Schema Diff

+9 -2

From

CID
bafyreiavznysbfv...
Indexed At
2026-02-18 18:46 UTC
View this version

To

CID
bafyreicut6yabxe...
Indexed At
2026-04-15 20:56 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 2 non-breaking changes.

Non-Breaking Changes (2)
  • AddedVertex AddedVertex { vertex_id: "chat.bsky.convo.getMessages:output.messages:items:variant2" }
  • AddedEdge AddedEdge { src: "chat.bsky.convo.getMessages:output.messages:items", tgt: "chat.bsky.convo.getMessages:output.messages:items:variant2", kind: "variant", name: Some("chat.bsky.convo.defs#systemMessageView") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "chat.bsky.convo.getMessages:output.messages:items:variant2" }

Additional Notes

  • Non-breaking: AddedEdge { src: "chat.bsky.convo.getMessages:output.messages:items", tgt: "chat.bsky.convo.getMessages:output.messages:items:variant2", kind: "variant", name: Some("chat.bsky.convo.defs#systemMessageView") }
1 1
{
2 2
  "id": "chat.bsky.convo.getMessages",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 +
      "errors": [
7 +
        {
8 +
          "name": "InvalidConvo"
9 +
        }
10 +
      ],
6 11
      "output": {
7 12
        "schema": {
8 13
          "type": "object",
9 14
          "required": [
10 15
            "messages"
11 16
          ],
12 17
          "properties": {
13 18
            "cursor": {
14 19
              "type": "string"
15 20
            },
16 21
            "messages": {
17 22
              "type": "array",
18 23
              "items": {
19 24
                "refs": [
20 25
                  "chat.bsky.convo.defs#messageView",
21 -
                  "chat.bsky.convo.defs#deletedMessageView"
26 +
                  "chat.bsky.convo.defs#deletedMessageView",
27 +
                  "chat.bsky.convo.defs#systemMessageView"
22 28
                ],
23 29
                "type": "union"
24 30
              }
25 31
            }
26 32
          }
27 33
        },
28 34
        "encoding": "application/json"
29 35
      },
30 36
      "parameters": {
31 37
        "type": "params",
32 38
        "required": [
33 39
          "convoId"
34 40
        ],
35 41
        "properties": {
36 42
          "limit": {
37 43
            "type": "integer",
38 44
            "default": 50,
39 45
            "maximum": 100,
40 46
            "minimum": 1
41 47
          },
42 48
          "cursor": {
43 49
            "type": "string"
44 50
          },
45 51
          "convoId": {
46 52
            "type": "string"
47 53
          }
48 54
        }
49 -
      }
55 +
      },
56 +
      "description": "Returns a page of messages from a conversation."
50 57
    }
51 58
  },
52 59
  "$type": "com.atproto.lexicon.schema",
53 60
  "lexicon": 1
54 61
}

Compare Other Versions

Lexicon Garden

@