From 26c0a197dc7e749ca157c8f452a909fd1642ea7c Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 27 Apr 2023 14:49:42 -0400 Subject: [PATCH] Updated documentation for `\TgBotLib\Bot::editMessageMedia` https://git.n64.cc/nosial/libs/tgbot/-/issues/3 --- CHANGELOG.md | 1 + src/TgBotLib/Bot.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a901ab..5833aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ input objects for methods that require input objects. * Added methods `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup::removeRow` & `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup::addRow` to `\TgBotLib\Objects\Telegram\InlineKeyboardMarkup` * 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` + * Updated documentation for `\TgBotLib\Bot::editMessageMedia` ## [6.6.0] - 2023-04-10 diff --git a/src/TgBotLib/Bot.php b/src/TgBotLib/Bot.php index d9b0fca..b1a725f 100644 --- a/src/TgBotLib/Bot.php +++ b/src/TgBotLib/Bot.php @@ -2338,6 +2338,8 @@ * @param array $options * @return Message * @throws TelegramException + * @link https://core.telegram.org/bots/api#editmessagemedia + * @noinspection PhpUnused */ public function editMessageMedia(string $media, array $options=[]): Message {