GetPostThreadResponseThreadUnion

Types

Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#blockedPost")
value class BlockedPost(val value: BlockedPost) : GetPostThreadResponseThreadUnion
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#notFoundPost")
value class NotFoundPost(val value: NotFoundPost) : GetPostThreadResponseThreadUnion
Link copied to clipboard
@SerialName(value = "app.bsky.feed.defs#threadViewPost")
value class ThreadViewPost(val value: ThreadViewPost) : GetPostThreadResponseThreadUnion
Link copied to clipboard