Generator
data class Generator(val did: Did, val displayName: String, val description: String? = null, val descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), val avatar: Blob? = null, val acceptsInteractions: Boolean? = null, val labels: GeneratorLabelsUnion? = null, val createdAt: Timestamp)
Parameters
accepts Interactions
Declaration that a feed accepts feedback interactions from a client through app.bsky.feed.sendInteractions
labels
Self-label values
Constructors
Link copied to clipboard
constructor(did: Did, displayName: String, description: String? = null, descriptionFacets: ReadOnlyList<Facet> = persistentListOf(), avatar: Blob? = null, acceptsInteractions: Boolean? = null, labels: GeneratorLabelsUnion? = null, createdAt: Timestamp)