Send message #4

Merged
phoenix merged 26 commits from send_message into v0.3.x 2026-06-04 20:37:40 -04:00
Showing only changes of commit 7c3b51d6a0 - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
#[derive(Clone, Debug, Default, serde::Deserialize, serde::Serialize)]
pub struct APIMessage {
pub struct TwilioAPIMessage {
pub account_sid: String,
pub api_version: String,
pub body: String,