ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.feed
/
GetPostThreadResponse
Get
Post
Thread
Response
@
Serializable
data
class
GetPostThreadResponse
(
val
thread
:
GetPostThreadResponseThreadUnion
,
val
threadgate
:
ThreadgateView
?
=
null
)
Members
Constructors
Get
Post
Thread
Response
Link copied to clipboard
constructor
(
thread
:
GetPostThreadResponseThreadUnion
,
threadgate
:
ThreadgateView
?
=
null
)
Properties
thread
Link copied to clipboard
val
thread
:
GetPostThreadResponseThreadUnion
threadgate
Link copied to clipboard
val
threadgate
:
ThreadgateView
?