ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
chat.bsky.convo
/
ListConvosResponse
List
Convos
Response
@
Serializable
data
class
ListConvosResponse
(
val
cursor
:
String
?
=
null
,
val
convos
:
List
<
ConvoView
>
)
Members
Constructors
List
Convos
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
convos
:
List
<
ConvoView
>
)
Properties
convos
Link copied to clipboard
val
convos
:
List
<
ConvoView
>
cursor
Link copied to clipboard
val
cursor
:
String
?