{
"id": "social.colibri.channel.getChannelView",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"messages",
"unseen"
],
"properties": {
"cursor": {
"type": "string"
},
"unseen": {
"type": "array",
"items": {
"ref": "lex:social.colibri.notification.defs#unseenNotification",
"type": "ref"
}
},
"messages": {
"type": "array",
"items": {
"ref": "lex:social.colibri.channel.defs#message",
"type": "ref"
}
},
"readCursor": {
"ref": "lex:social.colibri.channel.defs#readCursor",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"channel"
],
"properties": {
"limit": {
"type": "integer"
},
"channel": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Returns the initial view of a channel: recent messages, the read cursor, and unseen notifications."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreicx44xik3rv5dxbjzsc7puue2nmg2nop5isnnzxbmdh734aysc6xi
- Indexed At
- 2026-07-24 14:44 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.channel.getChannelView
Version History (2 versions)
Referenced Schemas (3)
-
lex:social.colibri.channel.defs#message
-
lex:social.colibri.channel.defs#readCursor
-
lex:social.colibri.notification.defs#unseenNotification