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 {