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
/
GetQuotesResponse
Get
Quotes
Response
@
Serializable
data
class
GetQuotesResponse
(
val
uri
:
AtUri
,
val
cid
:
Cid
?
=
null
,
val
cursor
:
String
?
=
null
,
val
posts
:
List
<
PostView
>
)
Members
Constructors
Get
Quotes
Response
Link copied to clipboard
constructor
(
uri
:
AtUri
,
cid
:
Cid
?
=
null
,
cursor
:
String
?
=
null
,
posts
:
List
<
PostView
>
)
Properties
cid
Link copied to clipboard
val
cid
:
Cid
?
cursor
Link copied to clipboard
val
cursor
:
String
?
posts
Link copied to clipboard
val
posts
:
List
<
PostView
>
uri
Link copied to clipboard
val
uri
:
AtUri