mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update src/core/types/animation.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
a5f1b7fb70
commit
6d3aeb45c4
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ pub struct Animation {
|
||||||
pub file_name: Option<String>,
|
pub file_name: Option<String>,
|
||||||
pub mime_type: Option<String>,
|
pub mime_type: Option<String>,
|
||||||
pub file_size: Option<u32>
|
pub file_size: Option<u32>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue