{ "id": "chat.bsky.group.approveJoinRequest", "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" }, { "name": "MemberLimitReached" } ], "output": { "schema": { "type": "object", "required": [ "convo" ], "properties": { "convo": { "ref": "chat.bsky.convo.defs#convoView", "type": "ref" } } }, "encoding": "application/json" }, "description": "Approves 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 }