Code fixes in \TgBotLib\Objects\Telegram\InlineQueryResult > InlineQueryResultGif

This commit is contained in:
Netkas 2023-08-09 17:47:02 -04:00
parent d80637250d
commit ddf897f143
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

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