social.colibri.actor.setState

colibri.social

{
  "id": "social.colibri.actor.setState",
  "defs": {
    "main": {
      "type": "procedure",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "onlineState"
          ],
          "properties": {
            "onlineState": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "state"
        ],
        "properties": {
          "state": {
            "type": "string",
            "description": "The presence state to set.",
            "knownValues": [
              "online",
              "away",
              "dnd",
              "offline"
            ]
          }
        }
      },
      "description": "Sets the authenticated user's online presence state."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.actor.setState

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreig3v7utka2dj4rgklwuutwtbudkex2q3nj675gqshwzyhe3f6khei
Indexed At
2026-07-24 14:44 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.setState

Version History (2 versions)

Lexicon Garden

@