{
"id": "social.colibri.channel.listUnreadStatus",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthRequired",
"description": "Missing, malformed, or unverifiable service auth."
},
{
"name": "Forbidden",
"description": "The caller lacks the permission this method requires."
},
{
"name": "InvalidRequest",
"description": "A parameter or body field was missing or malformed."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"channels"
],
"properties": {
"channels": {
"type": "array",
"items": {
"ref": "lex:social.colibri.channel.defs#unreadStatus",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"community"
],
"properties": {
"community": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Lists the unread status of every channel in a community for the authenticated user."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreic6zca7t4jqkhnhdforsug6joyfc74hd44ishmznylxmcs5rgvi2e
- Indexed At
- 2026-07-31 21:22 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.channel.listUnreadStatus
Version History (2 versions)
Referenced Schemas (1)
-
lex:social.colibri.channel.defs#unreadStatus