chat.bsky.convo.muteConvo

bsky-lexicons.bsky.social

Documentation

Mutes a conversation, preventing notifications related to it.

main procedure

Mutes a conversation, preventing notifications related to it.

Input

Encodingapplication/json
convoId string Required

No description available.

Output

Encodingapplication/json

Errors

InvalidConvo
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "convoId"
      ],
      "properties": {
        "convoId": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidConvo"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "convo"
      ],
      "properties": {
        "convo": {
          "ref": "chat.bsky.convo.defs#convoView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Mutes a conversation, preventing notifications related to it."
}

Lexicon Garden

@