mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
i32 as dimensions
This commit is contained in:
parent
aef4d51179
commit
2bc2ce5663
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ pub struct InlineQueryResultArticle {
|
|||
/// Optional. Url of the thumbnail for the result
|
||||
pub thumb_url: Option<String>,
|
||||
/// Optional. Thumbnail width
|
||||
pub thumb_width: Option<i64>,
|
||||
pub thumb_width: Option<i32>,
|
||||
/// Optional. Thumbnail height
|
||||
pub thumb_height: Option<i64>,
|
||||
pub thumb_height: Option<i32>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue