Struct twilio_rust::messages::OutboundMessageBuilder
[−]
[src]
pub struct OutboundMessageBuilder<'a> { /* fields omitted */ }
Methods
impl<'a> OutboundMessageBuilder<'a>
[src]
fn new_sms(
from: MessageFrom<'a>,
to: &'a str,
body: &'a str
) -> OutboundMessageBuilder<'a>
[src]
from: MessageFrom<'a>,
to: &'a str,
body: &'a str
) -> OutboundMessageBuilder<'a>
fn new_mms(
from: MessageFrom<'a>,
to: &'a str,
body: &'a Url
) -> OutboundMessageBuilder<'a>
[src]
from: MessageFrom<'a>,
to: &'a str,
body: &'a Url
) -> OutboundMessageBuilder<'a>