appBskyGraphMuteActorList top-level constant
app.bsky.graph.muteActorList
Implementation
const appBskyGraphMuteActorList = <String, dynamic>{
"lexicon": 1,
"id": "app.bsky.graph.muteActorList",
"defs": {
"main": {
"type": "procedure",
"description":
"Creates a mute relationship for the specified list of accounts. Mutes are private in Bluesky. Requires auth.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["list"],
"properties": {
"list": {"type": "string", "format": "at-uri"}
}
}
}
}
}
};