dev.fudgeu.experimental.atforumv1.admin.hidereply

fudgeu.bsky.social

Documentation

Hides a reply. This reply will not be visible to other users.

main record

Hides a reply. This reply will not be visible to other users.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

reason string Optional

No description available.

target string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "target",
      "createdAt"
    ],
    "properties": {
      "reason": {
        "type": "string"
      },
      "target": {
        "type": "string",
        "format": "at-uri"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Hides a reply. This reply will not be visible to other users."
}

Lexicon Garden

@