Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d5e10857d
|
@@ -1,8 +1,4 @@
|
|||||||
// Things needed to send a message
|
/// Parameters - Controls flow of sending 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)
|
|
||||||
pub struct Parameters {
|
pub struct Parameters {
|
||||||
pub schedule: bool,
|
pub schedule: bool,
|
||||||
pub schedule_at: Option<time::OffsetDateTime>,
|
pub schedule_at: Option<time::OffsetDateTime>,
|
||||||
|
|||||||
Reference in New Issue
Block a user