i32 as dimensions

This commit is contained in:
RustemB 2019-09-17 22:33:50 +05:00
parent aef4d51179
commit 2bc2ce5663

View file

@ -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>,
}