appBskyGraphUnmuteActor top-level constant

Map<String, dynamic> const appBskyGraphUnmuteActor

app.bsky.graph.unmuteActor

Implementation

const appBskyGraphUnmuteActor = <String, dynamic>{
  "lexicon": 1,
  "id": "app.bsky.graph.unmuteActor",
  "defs": {
    "main": {
      "type": "procedure",
      "description": "Unmutes the specified account. Requires auth.",
      "input": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["actor"],
          "properties": {
            "actor": {"type": "string", "format": "at-identifier"}
          }
        }
      }
    }
  }
};