List
Represents a list of some users that the authenticated user follows.
Example
{ "id": "12249", "title": "Friends", "replies_policy": "list", "exclusive": false }
Attributes
id
Description: The ID of the list.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
2.1.0 - added
title
Description: The user-defined title of the list.
Type: String
Version history:
2.1.0 - added
replies_policy
Description: Which replies should be shown in the list.
Type: String (Enumerable oneOf)followed
= Show replies to any followed userlist
= Show replies to members of the listnone
= Do not show any replies
Version history:
3.3.0 - added
exclusive
Description: Whether members of the list should be removed from the “Home” feed.
Type: Boolean
Version history:
4.2.0 - added
Last updated