Code fixes in \TgBotLib\Objects\Telegram\InlineQueryResult > InlineQueryResultGif
This commit is contained in:
parent
d80637250d
commit
ddf897f143
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue