Types

Link copied to clipboard
@SerialName(value = "app.bsky.embed.external#view")
value class ExternalView(val value: ExternalView) : PostViewEmbedUnion
Link copied to clipboard
@SerialName(value = "app.bsky.embed.images#view")
value class ImagesView(val value: ImagesView) : PostViewEmbedUnion
Link copied to clipboard
@SerialName(value = "app.bsky.embed.record#view")
value class RecordView(val value: RecordView) : PostViewEmbedUnion
Link copied to clipboard
@SerialName(value = "app.bsky.embed.recordWithMedia#view")
value class RecordWithMediaView(val value: RecordWithMediaView) : PostViewEmbedUnion
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "app.bsky.embed.video#view")
value class VideoView(val value: VideoView) : PostViewEmbedUnion