diff --git a/src/entities/attachment.rs b/src/entities/attachment.rs index e1bfc47..e91e24e 100644 --- a/src/entities/attachment.rs +++ b/src/entities/attachment.rs @@ -40,9 +40,9 @@ pub struct ImageDetails { /// height of attachment. height: u64, /// A string of `widthxheight`. - size: String, + size: Option, /// The aspect ratio of the attachment. - aspect: f64, + aspect: Option, } /// The type of media attachment.