JTwitterLists::create
Method to create a new list for the authenticated user.
Signature
public function create(string
$name,
[string
$mode = null,
[string
$description = null]] )
Parameters
-
$name
- The name of the list.
-
$mode
- Whether your list is public or private. Values can be public or private. If no mode is
-
$description
- The description to give the list.
Returns
- array
- The decoded JSON response