chat.bsky.group.addMembers
#main
Adds members to a group. The members are added in 'request' status, so they have to accept it. This creates convo memberships.
Input
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| convoId | string | - | ✅ | - |
| members | array of string | - | ✅ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| convo | chat.bsky.convo.defs#convoView | - | ✅ | - |
| addedMembers | array of chat.bsky.actor.defs#profileViewBasic | - | ❌ | - |