diff --git a/src/core/types/inline_query_result_article.rs b/src/core/types/inline_query_result_article.rs index 2979ea1b..1fbdfc8b 100644 --- a/src/core/types/inline_query_result_article.rs +++ b/src/core/types/inline_query_result_article.rs @@ -19,7 +19,7 @@ pub struct InlineQueryResultArticle { /// Optional. Url of the thumbnail for the result pub thumb_url: Option, /// Optional. Thumbnail width - pub thumb_width: Option, + pub thumb_width: Option, /// Optional. Thumbnail height - pub thumb_height: Option, + pub thumb_height: Option, }