Example #1
0
 private Task<TwitterList> ReceiveListDescription(TwitterAccount account, ListInfo info)
 {
     return account.ShowListAsync(info.OwnerScreenName, info.Slug);
 }