pub struct MessagingServer {
pub client: Client,
pub ntfy_server: String,
pub twilio_sid: Option<String>,
pub twilio_token: Option<String>,
pub twilio_from: Option<String>,
pub at_username: Option<String>,
pub at_api_key: Option<String>,
pub vonage_key: Option<String>,
pub vonage_secret: Option<String>,
pub sinch_plan_id: Option<String>,
pub sinch_token: Option<String>,
pub fcm_server_key: Option<String>,
/* private fields */
}Fields§
§client: Client§ntfy_server: String§twilio_sid: Option<String>§twilio_token: Option<String>§twilio_from: Option<String>§at_username: Option<String>§at_api_key: Option<String>§vonage_key: Option<String>§vonage_secret: Option<String>§sinch_plan_id: Option<String>§sinch_token: Option<String>§fcm_server_key: Option<String>Implementations§
Source§impl MessagingServer
impl MessagingServer
Sourcepub fn send_push_tool_attr() -> Tool
pub fn send_push_tool_attr() -> Tool
Generated tool metadata function for send_push
Sourcepub fn broadcast_tool_attr() -> Tool
pub fn broadcast_tool_attr() -> Tool
Generated tool metadata function for broadcast
Sourcepub fn send_sms_tool_attr() -> Tool
pub fn send_sms_tool_attr() -> Tool
Generated tool metadata function for send_sms
Sourcepub fn fire_webhook_tool_attr() -> Tool
pub fn fire_webhook_tool_attr() -> Tool
Generated tool metadata function for fire_webhook
Sourcepub fn create_channel_tool_attr() -> Tool
pub fn create_channel_tool_attr() -> Tool
Generated tool metadata function for create_channel
Sourcepub fn send_message_tool_attr() -> Tool
pub fn send_message_tool_attr() -> Tool
Generated tool metadata function for send_message
Sourcepub fn get_messages_tool_attr() -> Tool
pub fn get_messages_tool_attr() -> Tool
Generated tool metadata function for get_messages
Sourcepub fn enqueue_tool_attr() -> Tool
pub fn enqueue_tool_attr() -> Tool
Generated tool metadata function for enqueue
Sourcepub fn dequeue_tool_attr() -> Tool
pub fn dequeue_tool_attr() -> Tool
Generated tool metadata function for dequeue
Sourcepub fn queue_status_tool_attr() -> Tool
pub fn queue_status_tool_attr() -> Tool
Generated tool metadata function for queue_status
Sourcepub fn subscribe_webhook_tool_attr() -> Tool
pub fn subscribe_webhook_tool_attr() -> Tool
Generated tool metadata function for subscribe_webhook
Sourcepub fn send_sms_africa_tool_attr() -> Tool
pub fn send_sms_africa_tool_attr() -> Tool
Generated tool metadata function for send_sms_africa
Sourcepub fn send_sms_europe_tool_attr() -> Tool
pub fn send_sms_europe_tool_attr() -> Tool
Generated tool metadata function for send_sms_europe
Sourcepub fn send_sms_asia_tool_attr() -> Tool
pub fn send_sms_asia_tool_attr() -> Tool
Generated tool metadata function for send_sms_asia
Sourcepub fn send_fcm_tool_attr() -> Tool
pub fn send_fcm_tool_attr() -> Tool
Generated tool metadata function for send_fcm
Sourcepub fn get_message_status_tool_attr() -> Tool
pub fn get_message_status_tool_attr() -> Tool
Generated tool metadata function for get_message_status
Sourcepub fn mark_as_read_tool_attr() -> Tool
pub fn mark_as_read_tool_attr() -> Tool
Generated tool metadata function for mark_as_read
Sourcepub fn recall_message_tool_attr() -> Tool
pub fn recall_message_tool_attr() -> Tool
Generated tool metadata function for recall_message
Sourcepub fn format_message_tool_attr() -> Tool
pub fn format_message_tool_attr() -> Tool
Generated tool metadata function for format_message
Sourcepub fn set_queue_priority_tool_attr() -> Tool
pub fn set_queue_priority_tool_attr() -> Tool
Generated tool metadata function for set_queue_priority
Trait Implementations§
Source§impl Clone for MessagingServer
impl Clone for MessagingServer
Source§fn clone(&self) -> MessagingServer
fn clone(&self) -> MessagingServer
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more