social.colibri.beta.actor.setStatus

colibri.social

{
  "id": "social.colibri.beta.actor.setStatus",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "text": {
              "type": "string",
              "maxLength": 32,
              "description": "The status text. Absent leaves the current value unchanged."
            },
            "emoji": {
              "type": "string",
              "description": "An emoji shown beside the status. Absent leaves the current value unchanged."
            },
            "onlineState": {
              "type": "string",
              "description": "Derived online state. Absent leaves the current value unchanged.",
              "knownValues": [
                "online",
                "away",
                "dnd",
                "offline"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "InvalidRequest",
          "description": "A field is present but does not hold an allowed value."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "presence"
          ],
          "properties": {
            "presence": {
              "ref": "social.colibri.beta.actor.defs#presence",
              "type": "ref",
              "description": "The requesting user's presence, after the update."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Sets the requesting user's off-protocol presence. An absent field leaves the current value unchanged."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.actor.setStatus

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiblkyto3e6zv3crnae4ao5wkayxppk6cjcqyi7tedkr4ufyd4y42e
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.actor.setStatus

Referenced Schemas (1)

Lexicon Garden

@