[Missing <summary> documentation for "T:Twitterizer.TwitterSavedSearchAsync"]
| C# | Visual Basic |
public static class TwitterSavedSearchAsync
Public NotInheritable Class TwitterSavedSearchAsync
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Create(OAuthTokens, String, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterSavedSearch>)>>)>)>>)) |
Creates the saved search specified in the query parameter as the authenticating user.
| |
| Delete(OAuthTokens, Decimal, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterSavedSearch>)>>)>)>>)) |
Deletes the saved search specified in the ID parameter as the authenticating user.
| |
| SavedSearches(OAuthTokens, OptionalProperties, TimeSpan, Action<(Of <<'(TwitterAsyncResponse<(Of <<'(TwitterSavedSearchCollection>)>>)>)>>)) |
Returns the saves searches for the authenticating user or user in the requested format.
|
| Object | |
| TwitterSavedSearchAsync | |