|  | CoreTweet
    2.0.0-beta.2
    Yet another .NET Twitter Library | 
Provides a set of methods for the wrapper of GET/POST direct_messages/welcome_messages. More...
| Public Member Functions | |
| WelcomeMessageResponse | New (params Expression< Func< string, object >>[] parameters) | 
| WelcomeMessageResponse | New (IDictionary< string, object > parameters) | 
| WelcomeMessageResponse | New (object parameters) | 
| WelcomeMessageResponse | New (string text, QuickReply quick_reply=null, string attachment_type=null, long? attachment_media_id=null, string name=null) | 
| Task< WelcomeMessageResponse > | NewAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< WelcomeMessageResponse > | NewAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< WelcomeMessageResponse > | NewAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< WelcomeMessageResponse > | NewAsync (string text, QuickReply quick_reply=null, string attachment_type=null, long? attachment_media_id=null, string name=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| CursoredWelcomeMessages | List (params Expression< Func< string, object >>[] parameters) | 
| CursoredWelcomeMessages | List (IDictionary< string, object > parameters) | 
| CursoredWelcomeMessages | List (object parameters) | 
| CursoredWelcomeMessages | List (int? count=null, string cursor=null) | 
| Task< CursoredWelcomeMessages > | ListAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< CursoredWelcomeMessages > | ListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CursoredWelcomeMessages > | ListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< CursoredWelcomeMessages > | ListAsync (int? count=null, string cursor=null, CancellationToken cancellationToken=default(CancellationToken)) | 
| WelcomeMessageResponse | Show (params Expression< Func< string, object >>[] parameters) | 
| WelcomeMessageResponse | Show (IDictionary< string, object > parameters) | 
| WelcomeMessageResponse | Show (object parameters) | 
| WelcomeMessageResponse | Show (string id) | 
| Task< WelcomeMessageResponse > | ShowAsync (params Expression< Func< string, object >>[] parameters) | 
| Task< WelcomeMessageResponse > | ShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< WelcomeMessageResponse > | ShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) | 
| Task< WelcomeMessageResponse > | 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)) | 
| Public Attributes | |
| WelcomeMessagesRules | Rules => new WelcomeMessagesRules(this.Tokens) | 
| Gets the wrapper of direct_messages/welcome_messages/rules.  More... | |
Provides a set of methods for the wrapper of GET/POST direct_messages/welcome_messages.
| 
 | inline | 
Deletes a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Deletes a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Deletes a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Deletes a Welcome Message by the given id.
| id | required. | 
| 
 | inline | 
Deletes a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Deletes a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Deletes a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Deletes a Welcome Message by the given id.
| id | required. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Returns a list of Welcome Messages.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Returns a list of Welcome Messages.
| count | optional. | 
| cursor | optional. | 
| 
 | inline | 
Returns a list of Welcome Messages.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Returns a list of Welcome Messages.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Returns a list of Welcome Messages.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Returns a list of Welcome Messages.
| count | optional. | 
| cursor | optional. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Returns a list of Welcome Messages.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Returns a list of Welcome Messages.
Available parameters:
- int count (optional)
- string cursor (optional)
| parameters | The parameters. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
Available parameters:
- string text (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- string name (optional)
| parameters | The parameters. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
Available parameters:
- string text (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- string name (optional)
| parameters | The parameters. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
Available parameters:
- string text (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- string name (optional)
| parameters | The parameters. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
| text | required. | 
| quick_reply | optional. | 
| attachment_type | optional. | 
| attachment_media_id | optional. | 
| name | optional. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
Available parameters:
- string text (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- string name (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
Available parameters:
- string text (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- string name (optional)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
Available parameters:
- string text (required)
- QuickReply quick_reply (optional)
- string attachment_type (optional)
- long attachment_media_id (optional)
- string name (optional)
| parameters | The parameters. | 
| 
 | inline | 
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances.
| text | required. | 
| quick_reply | optional. | 
| attachment_type | optional. | 
| attachment_media_id | optional. | 
| name | optional. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
| id | required. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| cancellationToken | The cancellation token. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
Available parameters:
- string id (required)
| parameters | The parameters. | 
| 
 | inline | 
Returns a Welcome Message by the given id.
| id | required. | 
| cancellationToken | The cancellation token. | 
| WelcomeMessagesRules CoreTweet.Rest.WelcomeMessages.Rules => new WelcomeMessagesRules(this.Tokens) | 
Gets the wrapper of direct_messages/welcome_messages/rules.
 1.8.17
 1.8.17