Exemplo n.º 1
0
 public UpdateListParameters(string slug, IUserIdentifier userId)
 {
     List = new TwitterListIdentifier(slug, userId);
 }
Exemplo n.º 2
0
 public UpdateListParameters(long listId)
 {
     List = new TwitterListIdentifier(listId);
 }