Updates the specified list.
| C# | Visual Basic |
public static TwitterResponse<TwitterList> Update( OAuthTokens tokens, string username, string listId, UpdateListOptions options )
Public Shared Function Update ( _ tokens As OAuthTokens, _ username As String, _ listId As String, _ options As UpdateListOptions _ ) As TwitterResponse(Of TwitterList)
- tokens (OAuthTokens)
- The oauth tokens.
- username (String)
- The username.
- listId (String)
- The list id.
- options (UpdateListOptions)
- The options.
A TwitterList instance.