Completed
Push — master ( 227baf...222f89 )
by Roma
02:02
created
src/TelegramBotAPI/TelegramBotAPI.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2436,7 +2436,7 @@  discard block
 block discarded – undo
2436 2436
      * @api
2437 2437
      * @link https://core.telegram.org/bots/api#getstickerset
2438 2438
      * @param array $parameters
2439
-     * @return string
2439
+     * @return StickerSet
2440 2440
      *
2441 2441
      * @throws TelegramBotAPIException
2442 2442
      * @throws TelegramBotAPIRuntimeException
@@ -2464,7 +2464,7 @@  discard block
 block discarded – undo
2464 2464
      * @pai
2465 2465
      * @link https://core.telegram.org/bots/api#promotechatmember
2466 2466
      * @param array $parameters
2467
-     * @return string
2467
+     * @return File
2468 2468
      *
2469 2469
      * @throws TelegramBotAPIException
2470 2470
      * @throws TelegramBotAPIRuntimeException
Please login to merge, or discard this patch.