Generator

data class Generator(    val did: Did,     val displayName: String,     val description: String? = null,     val descriptionFacets: List<Facet> = emptyList(),     val avatar: Blob? = null,     val acceptsInteractions: Boolean? = null,     val labels: GeneratorLabelsUnion? = null,     val contentMode: String? = null,     val createdAt: Timestamp)

Parameters

acceptsInteractions

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: List<Facet> = emptyList(),     avatar: Blob? = null,     acceptsInteractions: Boolean? = null,     labels: GeneratorLabelsUnion? = null,     contentMode: String? = 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
val contentMode: String? = 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