diff --git a/src/twilio/types/mod.rs b/src/twilio/types/mod.rs index e65fba3..69b1bef 100644 --- a/src/twilio/types/mod.rs +++ b/src/twilio/types/mod.rs @@ -1,8 +1,4 @@ -// Things needed to send a message -// Contact - Receipient to send to (textsender-models) -// Message - The content to sent (textsender-models) -// Parameters - Controls flow of sending message -// Config - Contains info needed to send message (textsender-models) +/// Parameters - Controls flow of sending message pub struct Parameters { pub schedule: bool, pub schedule_at: Option,