| 65 | |
| 66 | #[derive(Debug, Serialize, Deserialize)] |
| 67 | pub struct MessageMeta { |
| 68 | #[serde(rename = "sentAt")] |
| 69 | pub sent_at: u64, |
| 70 | } |
| 71 | |
| 72 | #[derive(Debug, Serialize, Deserialize)] |
| 73 | pub struct MessageState { |
nothing calls this directly
no outgoing calls
no test coverage detected