kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.app.bsky.graph
/
GetListsResponse
Get
Lists
Response
data
class
GetListsResponse
(
val
cursor
:
String
?
=
null
,
val
lists
:
List
<
ListView
>
)
Members
Constructors
Get
Lists
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
lists
:
List
<
ListView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
lists
Link copied to clipboard
val
lists
:
List
<
ListView
>