diff --git a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGif.php b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGif.php index 32eb7c4..de78afc 100644 --- a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGif.php +++ b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGif.php @@ -99,7 +99,7 @@ } /** - * Type of the result, must be gif + * The Type of the result must be gif * * @return string */ @@ -274,7 +274,7 @@ } /** - * Optional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg” + * Optional. MIME type of the thumbnail must be one of “image/jpeg,” “image/gif”, or “video/mp4”. Defaults to “image/jpeg” * * @return string|null */ @@ -285,7 +285,7 @@ /** * Sets the value of the 'thumbnail_mime_type' field. - * Optional. MIME type of the thumbnail, must be one of “image/jpeg”, “image/gif”, or “video/mp4”. Defaults to “image/jpeg” + * Optional. MIME type of the thumbnail must be one of “image/jpeg,” “image/gif”, or “video/mp4”. Defaults to “image/jpeg” * * @param string|null $thumbnail_mime_type * @return $this