Backfill in-progress. Some lexicons and records may be missing or incomplete.

chat.bsky.convo.removeReaction

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.convo.removeReaction",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "convoId",
            "messageId",
            "value"
          ],
          "properties": {
            "value": {
              "type": "string",
              "maxLength": 64,
              "minLength": 1,
              "maxGraphemes": 1,
              "minGraphemes": 1
            },
            "convoId": {
              "type": "string"
            },
            "messageId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "ReactionMessageDeleted",
          "description": "Indicates that the message has been deleted and reactions can no longer be added/removed."
        },
        {
          "name": "ReactionInvalidValue",
          "description": "Indicates the value for the reaction is not acceptable. In general, this means it is not an emoji."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "message"
          ],
          "properties": {
            "message": {
              "ref": "chat.bsky.convo.defs#messageView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Removes an emoji reaction from a message. Requires authentication. It is idempotent, so multiple calls from the same user with the same emoji result in that reaction not being present, even if it already wasn't."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.convo.removeReaction

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreihy6skd7yolwerzqj5v473pgnmq5x4t3u2uxfjizpulmdpbjgklyu
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.convo.removeReaction

Referenced Schemas (1)

Lexicon Garden

@