mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Fix the PhotoSize type
This commit is contained in:
parent
c47e4c03ac
commit
5b8f8f587d
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
pub struct PhotoSize {
|
pub struct PhotoSize {
|
||||||
pub file_id: String,
|
pub file_id: String,
|
||||||
pub width: i32,
|
pub width: i32,
|
||||||
pub heigth: i32,
|
pub height: i32,
|
||||||
pub file_size: Option<u32>,
|
pub file_size: Option<u32>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue