toggle menu
ozone
common
switch theme
search in API
ozone
/
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
?
=
null
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
posts
Link copied to clipboard
val
posts
:
List
<
PostView
>
uri
Link copied to clipboard
val
uri
:
AtUri