kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.chat.bsky.convo
/
ListConvosResponse
List
Convos
Response
data
class
ListConvosResponse
(
val
convos
:
List
<
ConvoView
>
,
val
cursor
:
String
?
=
null
)
Members
Constructors
List
Convos
Response
Link copied to clipboard
constructor
(
convos
:
List
<
ConvoView
>
,
cursor
:
String
?
=
null
)
Properties
convos
Link copied to clipboard
val
convos
:
List
<
ConvoView
>
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null