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

39 lines
867 B
JSON

{
"id": "chat.bsky.group.withdrawJoinRequest",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"convoId"
],
"properties": {
"convoId": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidJoinRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [],
"properties": {}
},
"encoding": "application/json"
},
"description": "Withdraws a pending request to join a group. Action taken by the prospective member who originally requested to join."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}