Completed
Push — master ( c37feb...b37486 )
by Irfaq
02:12
created
src/Api.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -656,7 +656,7 @@  discard block
 block discarded – undo
656 656
      *
657 657
      * @throws TelegramSDKException
658 658
      *
659
-     * @return TelegramResponse
659
+     * @return Message
660 660
      */
661 661
     public function setWebhook(array $params)
662 662
     {
@@ -881,7 +881,7 @@  discard block
 block discarded – undo
881 881
     /**
882 882
      * Detect Message Type Based on Update or Message Object.
883 883
      *
884
-     * @param Update|Message $object
884
+     * @param Message $object
885 885
      *
886 886
      * @return string|null
887 887
      */
Please login to merge, or discard this patch.