| 297 | |
| 298 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 299 | pub struct AssistantTime { |
| 300 | pub created: i64, |
| 301 | #[serde(skip_serializing_if = "Option::is_none")] |
| 302 | pub completed: Option<i64>, |
| 303 | } |
| 304 | |
| 305 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 306 | pub struct MessagePath { |
nothing calls this directly
no outgoing calls
no test coverage detected