Renaming struct

This commit is contained in:
2026-06-03 15:52:43 -04:00
parent c6103ebba4
commit 7c3b51d6a0
+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,