Module api20100401_message_api

Source

Structs§

CreateMessageParams
struct for passing parameters to the method create_message
DeleteMessageParams
struct for passing parameters to the method delete_message
FetchMessageParams
struct for passing parameters to the method fetch_message
ListMessageParams
struct for passing parameters to the method list_message
UpdateMessageParams
struct for passing parameters to the method update_message

Enums§

CreateMessageError
struct for typed errors of method create_message
DeleteMessageError
struct for typed errors of method delete_message
FetchMessageError
struct for typed errors of method fetch_message
ListMessageError
struct for typed errors of method list_message
UpdateMessageError
struct for typed errors of method update_message

Functions§

create_message
Send a message
delete_message
Deletes a Message resource from your account
fetch_message
Fetch a specific Message
list_message
Retrieve a list of Message resources associated with a Twilio Account
update_message
Update a Message resource (used to redact Message body text and to cancel not-yet-sent messages)