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 97dcb360ab - Show all commits
+1 -1
View File
@@ -6,7 +6,7 @@ pub struct TwilioAPIMessage {
pub body: String,
// pub date_created: time::OffsetDateTime,
pub date_sent: Option<time::OffsetDateTime>,
pub date_updated: time::OffsetDateTime,
pub date_updated: Option<time::OffsetDateTime>,
pub direction: String,
// Not definite of what type this is
pub error_code: Option<String>,