app.bsky.graph.listitem
#main
Properties
Record representing an account's inclusion on a specific list. The AppView will ignore duplicate listitem records.
Use com.atproto.repo.createRecord to create a record.
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
subject | string (did) | - | ✅ | The account which is included on the list. |
list | string (at-uri) | - | ✅ | Reference (AT-URI) to the list record (app.bsky.graph.list). |
createdAt | string (datetime) | - | ✅ | - |
Output
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
ref | com.atproto.repo.strongRef | - | ✅ | - |