Minor corrections to the PhpDoc in \TgBotLib > Bot > getMyDescription

This commit is contained in:
Netkas 2023-04-06 13:40:39 -04:00
parent 8730f82abf
commit 4869c439ff

View file

@ -2165,6 +2165,8 @@
* @param array $options * @param array $options
* @return BotDescription * @return BotDescription
* @throws TelegramException * @throws TelegramException
* @link https://core.telegram.org/bots/api#getmydescription
* @noinspection PhpUnused
*/ */
public function getMyDescription(?string $language_code=null, array $options=[]): BotDescription public function getMyDescription(?string $language_code=null, array $options=[]): BotDescription
{ {