{
"id": "chat.bsky.group.rejectJoinRequest",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"convoId",
"member"
],
"properties": {
"member": {
"type": "string",
"format": "did"
},
"convoId": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidConvo"
},
{
"name": "InsufficientRole"
}
],
"output": {
"schema": {
"type": "object",
"required": [],
"properties": {}
},
"encoding": "application/json"
},
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Rejects a request to join a group (via join link) the user owns. Action taken by the group owner."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}