Add reported flag and bump version.

This commit is contained in:
Paul
2021-09-17 13:45:05 +01:00
parent 8e9991a2de
commit 37d45889ec
3 changed files with 4 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ pub struct File {
#[serde(skip_serializing_if = "Option::is_none")]
deleted: Option<bool>,
#[serde(skip_serializing_if = "Option::is_none")]
reported: Option<bool>,
#[serde(skip_serializing_if = "Option::is_none")]
message_id: Option<String>,

View File

@@ -1 +1 @@
pub const VERSION: &str = "0.5.3-alpha.2";
pub const VERSION: &str = "0.5.3-alpha.3";