initial work on message history and data transfer
This commit is contained in:
@@ -10,7 +10,7 @@ pub mod chatmessage {
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct MessageHistory {
|
||||
pub chat_id: i64,
|
||||
pub chat_id: Option<i64>,
|
||||
pub history: Vec<Message>,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user