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)

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)

Properties

Link copied to clipboard

Declaration that a feed accepts feedback interactions from a client through app.bsky.feed.sendInteractions

Link copied to clipboard
val avatar: Blob? = null
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val did: Did
Link copied to clipboard
Link copied to clipboard

Self-label values