GetPostThreadV2ThreadItemValueUnion

Types

Link copied to clipboard
@SerialName(value = "app.bsky.unspecced.defs#threadItemBlocked")
value class Blocked(val value: ThreadItemBlocked) : GetPostThreadV2ThreadItemValueUnion
Link copied to clipboard
@SerialName(value = "app.bsky.unspecced.defs#threadItemNotFound")
value class NotFound(val value: ThreadItemNotFound) : GetPostThreadV2ThreadItemValueUnion
Link copied to clipboard
@SerialName(value = "app.bsky.unspecced.defs#threadItemNoUnauthenticated")
value class NoUnauthenticated(val value: ThreadItemNoUnauthenticated) : GetPostThreadV2ThreadItemValueUnion
Link copied to clipboard
@SerialName(value = "app.bsky.unspecced.defs#threadItemPost")
value class Post(val value: ThreadItemPost) : GetPostThreadV2ThreadItemValueUnion
Link copied to clipboard