Initial commit
This commit is contained in:
5
src/model/send_message.rs
Normal file
5
src/model/send_message.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
struct ReceivedMessage {
|
||||
subject: String,
|
||||
message: String,
|
||||
timestamp: std::time,
|
||||
}
|
||||
Reference in New Issue
Block a user