chat.bsky.convo.getUnreadCounts

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.convo.getUnreadCounts",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "unreadAcceptedConvos",
            "unreadRequestConvos"
          ],
          "properties": {
            "unreadRequestConvos": {
              "type": "integer",
              "description": "Number of unread, unlocked request convos. Includes convos with unread messages, but not with unread join request, since only the owner of a group has join requests to read, and the group would necessarily be accepted. Capped at 100, where 100 means more than 99."
            },
            "unreadAcceptedConvos": {
              "type": "integer",
              "description": "Number of unread, unlocked accepted convos. Counts convos with unread messages and unread join requests. Capped at 100, where 100 means more than 99."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "includeGroupChats": {
            "type": "boolean",
            "default": true,
            "description": "When false, group convos are excluded from the counts."
          }
        }
      },
      "description": "Returns unread conversation counts for conversations that are unlocked, not muted, split by convo status. Direct convos are excluded when a block relationship exists between the actor and the other member, or when the other member's account is deleted or deactivated. Group convos are considered unread if they have unread join request counts."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.convo.getUnreadCounts

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreibuu7abhy74gxfprerxpiimjit43fhcrrewe43zhili7rmr4crrsi
Indexed At
2026-07-16 14:58 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.convo.getUnreadCounts

Lexicon Garden

@