Files
bsky-social-app/lexicons/chat/bsky/notification/getPreferences.json
T
2026-08-13 12:26:12 -07:00

27 lines
698 B
JSON

{
"id": "chat.bsky.notification.getPreferences",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"preferences"
],
"properties": {
"preferences": {
"ref": "chat.bsky.notification.defs#preferences",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Get the requesting account's chat notification preferences. Defaults are returned for accounts that have not set any preferences. Requires auth."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}