chat.bsky.convo.acceptConvo

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.convo.acceptConvo",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "convoId"
          ],
          "properties": {
            "convoId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidConvo"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "rev": {
              "type": "string",
              "description": "Rev when the convo was accepted. If not present, the convo was already accepted."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Marks a conversation as accepted, so it is shown in the list of accepted convos instead on the request convos."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.convo.acceptConvo

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreih2ob7rsibl3h3so356rcdo2fop3dosxkna75w2u45qflbtw2r7qm
Indexed At
2026-04-15 20:56 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.convo.acceptConvo

Version History (2 versions)

Lexicon Garden

@