From ddf897f143638c6faf973ac1f0554fbbbd51581f Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 9 Aug 2023 17:47:02 -0400 Subject: [PATCH] Code fixes in \TgBotLib\Objects\Telegram\InlineQueryResult > InlineQueryResultGif --- .../Telegram/InlineQueryResult/InlineQueryResultGif.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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