Class List

The details of a single Twitter List.

Implements

Constructors

Properties

createdAt: string

The date and time of creation of the list, int UTC string format.

createdBy: string

The ID of the user who created the list.

description?: string

The list description.

id: string

The rest id of the list.

isFollowing: boolean

Whether the user is following the list or not.

isMember: boolean

Whether the user is a member of the list or not.

memberCount: number

The number of memeber of the list.

name: string

The name of the list.

subscriberCount: number

The number of subscribers of the list.

Accessors

Methods

  • Extracts and deserializes the timeline of lists followed from the given raw response data.

    Parameters

    • response: {}

      The raw response data.

    Returns List[]

    The deserialized timeline of lists.