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

This commit is contained in:
Netkas 2023-08-09 17:31:12 -04:00
parent 7573fc2205
commit 32f089203a
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -31,7 +31,7 @@
private $reply_markup; private $reply_markup;
/** /**
* Type of the result, must be game * Type of the result must be game
* *
* @return string * @return string
*/ */