mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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 file_id: String,
|
||||
pub width: i32,
|
||||
pub heigth: i32,
|
||||
pub height: i32,
|
||||
pub file_size: Option<u32>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue