Listitem

data class Listitem(val createdAt: <Error class: unknown class>, val list: <Error class: unknown class>, val subject: <Error class: unknown class>)

Record representing an account's inclusion on a specific list. The AppView will ignore duplicate listitem records.

Constructors

Link copied to clipboard
constructor(createdAt: <Error class: unknown class>, list: <Error class: unknown class>, subject: <Error class: unknown class>)

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>
Link copied to clipboard
val list: <Error class: unknown class>

Reference (AT-URI) to the list record (app.bsky.graph.list).

Link copied to clipboard
val subject: <Error class: unknown class>

The account which is included on the list.