From 4869c439ffe0ed1d713d021e33423cb2be0b6d43 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 6 Apr 2023 13:40:39 -0400 Subject: [PATCH] Minor corrections to the PhpDoc in \TgBotLib > Bot > getMyDescription --- src/TgBotLib/Bot.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TgBotLib/Bot.php b/src/TgBotLib/Bot.php index f24e8f9..198319c 100644 --- a/src/TgBotLib/Bot.php +++ b/src/TgBotLib/Bot.php @@ -2165,6 +2165,8 @@ * @param array $options * @return BotDescription * @throws TelegramException + * @link https://core.telegram.org/bots/api#getmydescription + * @noinspection PhpUnused */ public function getMyDescription(?string $language_code=null, array $options=[]): BotDescription {