Interface List

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

interface List {
    exclusive: boolean;
    id: string;
    repliesPolicy: ListRepliesPolicy;
    title: string;
}

Properties

exclusive: boolean
id: string

The internal database ID of the list.

repliesPolicy: ListRepliesPolicy

Which replies should be shown in the list.

followed = Show replies to any followed user

list = Show replies to members of the list

none = Show replies to no one

title: string

The user-defined title of the list.