Struct africastalking_gateway::SMSMessage [] [src]

pub struct SMSMessage {
    pub username: String,
    pub to: String,
    pub message: String,
    pub bulkSMSMode: Option<i32>,
    pub from: Option<String>,
    pub enqueue: Option<i32>,
    pub keyword: Option<String>,
    pub linkId: Option<String>,
    pub retryDurationInHours: Option<i32>,
}

SMS Message Struct

Fields

Africa's Talking account username

number to send SMS to

SMS message

bulk mode option

SMS source

enqueue SMS option

keyword

link id

retry duration in hours

Methods

impl SMSMessage
[src]

[src]

creates a new SMS message

Trait Implementations

impl Debug for SMSMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SMSMessage
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for SMSMessage

impl Sync for SMSMessage