From 22a99eb06addd29f082abb1be0a2260529009f48 Mon Sep 17 00:00:00 2001 From: Netkas Date: Mon, 24 Apr 2023 16:27:05 -0400 Subject: [PATCH] Minoe change --- CHANGELOG.md | 1 + .../Telegram/InlineQueryResult/InlineQueryResultVenue.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f5059..98c076c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ input objects for methods that require input objects. * Added method `\TgBotLib\Objects\Telegram\WebAppInfo::setUrl` to `\TgBotLib\Objects\Telegram\WebAppInfo` * Added methods `\TgBotLib\Classes\Validate::url`, `\TgBotLib\Classes\Validate::length`, & `\TgBotLib\Classes\Validate::isHttps` to `\TgBotLib\Classes\Validate` + ## [6.6.0] - 2023-04-10 This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023). diff --git a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php index a47856b..7266a09 100644 --- a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php +++ b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php @@ -280,6 +280,7 @@ * * @param array $data * @return ObjectTypeInterface + * @noinspection DuplicatedCode */ public static function fromArray(array $data): ObjectTypeInterface {