Renaming struct
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#[derive(Clone, Debug, Default, serde::Deserialize, serde::Serialize)]
|
#[derive(Clone, Debug, Default, serde::Deserialize, serde::Serialize)]
|
||||||
pub struct APIMessage {
|
pub struct TwilioAPIMessage {
|
||||||
pub account_sid: String,
|
pub account_sid: String,
|
||||||
pub api_version: String,
|
pub api_version: String,
|
||||||
pub body: String,
|
pub body: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user