![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST direct_messages/events. More...
Public Member Functions | |
| MessageCreateEventResponse | New (params Expression< Func< string, object >>[] parameters) |
| MessageCreateEventResponse | New (IDictionary< string, object > parameters) |
| MessageCreateEventResponse | New (object parameters) |
| MessageCreateEventResponse | New (string text, long recipient_id, QuickReply quick_reply=null, string attachment_type=null, long? attachment_media_id=null, IEnumerable< MessageCallToAction > ctas=null) |
| Task< MessageCreateEventResponse > | NewAsync (params Expression< Func< string, object >>[] parameters) |
| Task< MessageCreateEventResponse > | NewAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< MessageCreateEventResponse > | NewAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< MessageCreateEventResponse > | NewAsync (string text, long recipient_id, QuickReply quick_reply=null, string attachment_type=null, long? attachment_media_id=null, IEnumerable< MessageCallToAction > ctas=null, CancellationToken cancellationToken=default(CancellationToken)) |
| CursoredMessageCreateEvents | List (params Expression< Func< string, object >>[] parameters) |
| CursoredMessageCreateEvents | List (IDictionary< string, object > parameters) |
| CursoredMessageCreateEvents | List (object parameters) |
| IEnumerable< MessageCreateEvent > | EnumerateList (int? count=null, string cursor=null) |
| CursoredMessageCreateEvents | List (int? count=null, string cursor=null) |
| IEnumerable< MessageCreateEvent > | EnumerateList (params Expression< Func< string, object >>[] parameters) |
| IEnumerable< MessageCreateEvent > | EnumerateList (IDictionary< string, object > parameters) |
| IEnumerable< MessageCreateEvent > | EnumerateList (object parameters) |
| Task< CursoredMessageCreateEvents > | ListAsync (params Expression< Func< string, object >>[] parameters) |
| Task< CursoredMessageCreateEvents > | ListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< CursoredMessageCreateEvents > | ListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< CursoredMessageCreateEvents > | ListAsync (int? count=null, string cursor=null, CancellationToken cancellationToken=default(CancellationToken)) |
| MessageCreateEventResponse | Show (params Expression< Func< string, object >>[] parameters) |
| MessageCreateEventResponse | Show (IDictionary< string, object > parameters) |
| MessageCreateEventResponse | Show (object parameters) |
| MessageCreateEventResponse | Show (string id) |
| Task< MessageCreateEventResponse > | ShowAsync (params Expression< Func< string, object >>[] parameters) |
| Task< MessageCreateEventResponse > | ShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< MessageCreateEventResponse > | ShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< MessageCreateEventResponse > | ShowAsync (string id, CancellationToken cancellationToken=default(CancellationToken)) |
| void | Destroy (params Expression< Func< string, object >>[] parameters) |
| void | Destroy (IDictionary< string, object > parameters) |
| void | Destroy (object parameters) |
| void | Destroy (string id) |
| Task | DestroyAsync (params Expression< Func< string, object >>[] parameters) |
| Task | DestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task | DestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task | DestroyAsync (string id, CancellationToken cancellationToken=default(CancellationToken)) |
Additional Inherited Members | |
Public Attributes inherited from CoreTweet.Core.ApiProviderBase | |
| TokensBase | IncludedTokens => this.Tokens |
| Gets the tokens being used in this instance. More... | |
Properties inherited from CoreTweet.Core.ApiProviderBase | |
| TokensBase | Tokens [get, set] |
| Gets or sets the OAuth tokens. More... | |
Provides a set of methods for the wrapper of GET/POST direct_messages/events.
|
inline |
Deletes the direct message specified in the required ID parameter.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Deletes the direct message specified in the required ID parameter.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Deletes the direct message specified in the required ID parameter.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Deletes the direct message specified in the required ID parameter.
| id | required. |
|
inline |
Deletes the direct message specified in the required ID parameter.
Available parameters:
- string id (required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Deletes the direct message specified in the required ID parameter.
Available parameters:
- string id (required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Deletes the direct message specified in the required ID parameter.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Deletes the direct message specified in the required ID parameter.
| id | required. |
| cancellationToken | The cancellation token. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
| count | optional. |
| cursor | optional. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
| count | optional. |
| cursor | optional. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
| count | optional. |
| cursor | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-chronological order.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
Available parameters:
- string text (required)
- long recipient_id (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- IEnumerable<MessageCallToAction> ctas (optional)
| parameters | The parameters. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
Available parameters:
- string text (required)
- long recipient_id (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- IEnumerable<MessageCallToAction> ctas (optional)
| parameters | The parameters. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
Available parameters:
- string text (required)
- long recipient_id (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- IEnumerable<MessageCallToAction> ctas (optional)
| parameters | The parameters. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
| text | required. |
| recipient_id | required. |
| quick_reply | optional. |
| attachment_type | optional. |
| attachment_media_id | optional. |
| ctas | optional. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
Available parameters:
- string text (required)
- long recipient_id (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- IEnumerable<MessageCallToAction> ctas (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
Available parameters:
- string text (required)
- long recipient_id (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- IEnumerable<MessageCallToAction> ctas (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
Available parameters:
- string text (required)
- long recipient_id (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- IEnumerable<MessageCallToAction> ctas (optional)
| parameters | The parameters. |
|
inline |
Publishes a new message_create event resulting in a Direct Message sent to a specified user from the authenticating user.
| text | required. |
| recipient_id | required. |
| quick_reply | optional. |
| attachment_type | optional. |
| attachment_media_id | optional. |
| ctas | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a single Direct Message event by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Returns a single Direct Message event by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Returns a single Direct Message event by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Returns a single Direct Message event by the given id.
| id | required. |
|
inline |
Returns a single Direct Message event by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a single Direct Message event by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns a single Direct Message event by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. |
|
inline |
Returns a single Direct Message event by the given id.
| id | required. |
| cancellationToken | The cancellation token. |
1.8.17