app.bsky.feed.generator
#main
Properties
Record declaring of the existence of a feed generator, and containing metadata about it. The record can exist in any repository.
Use com.atproto.repo.createRecord to create a record.
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| did | string (did) | - | ✅ | - |
| displayName | string | - | ✅ | - |
| description | string | - | ❌ | - |
| descriptionFacets | array of app.bsky.richtext.facet | - | ❌ | - |
| avatar | blob | - | ❌ | - |
| acceptsInteractions | boolean | - | ❌ | Declaration that a feed accepts feedback interactions from a client through app.bsky.feed.sendInteractions |
| labels | union of com.atproto.label.defs#selfLabels | - | ❌ | - |
| contentMode | string | app.bsky.feed.defs#contentModeUnspecified app.bsky.feed.defs#contentModeVideo | ❌ | - |
| createdAt | string (datetime) | - | ✅ | - |
Output
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| ref | com.atproto.repo.strongRef | - | ✅ | - |