UserList

@Serializable
data class UserList(val listId: String, val title: String, val replyPolicy: ListReplyPolicy)

Represents a list of some users that the authenticated user follows.

Constructors

Link copied to clipboard
constructor(listId: String, title: String, replyPolicy: ListReplyPolicy)

Properties

Link copied to clipboard
Link copied to clipboard

The reply policy of this list.

Link copied to clipboard

The user-defined title of the list.