masto
    Preparing search index...

    Interface List

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

    interface List {
        exclusive: boolean;
        id: string;
        repliesPolicy: keyof ListRepliesPolicyRegistry;
        title: string;
    }
    Index

    Properties

    exclusive: boolean
    id: string

    The internal database ID of the list.

    repliesPolicy: keyof ListRepliesPolicyRegistry

    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.