Ken 1 settimana fa
parent
commit
24d4bff8cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Http/Controllers/api/TelegramWebHook.php

+ 1 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -442,7 +442,7 @@ class TelegramWebHook extends BaseController
      * @param {*} $messageId
      * @param {*} $message
      * @param {*} $from
-     * @return {*}
+     * @throws TelegramSDKException
      */
     public function processChatMessage($chatId, $messageId, $message, $from)
     {