From 32f089203a313e88aa5b2b43e7c8e3a6b5c0259f Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 9 Aug 2023 17:31:12 -0400 Subject: [PATCH] Code fixes in \TgBotLib\Objects\Telegram\InlineQueryResult > InlineQueryResultGame --- .../Telegram/InlineQueryResult/InlineQueryResultGame.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGame.php b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGame.php index 25c7a43..1ad4da9 100644 --- a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGame.php +++ b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultGame.php @@ -31,7 +31,7 @@ private $reply_markup; /** - * Type of the result, must be game + * Type of the result must be game * * @return string */