chat.bsky.convo.getMessages
#main
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| convoId | string | - | ✅ | - |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| messages | array of union chat.bsky.convo.defs#messageView chat.bsky.convo.defs#deletedMessageView | - | ✅ | - |