@@ -757,7 +757,7 @@ discard block |
||
| 757 | 757 | * |
| 758 | 758 | * This is kept for backwards compatibility! |
| 759 | 759 | * |
| 760 | - * @return mixed |
|
| 760 | + * @return ServerResponse |
|
| 761 | 761 | * @throws \Longman\TelegramBot\Exception\TelegramException |
| 762 | 762 | */ |
| 763 | 763 | public function unsetWebhook() |
@@ -768,7 +768,7 @@ discard block |
||
| 768 | 768 | /** |
| 769 | 769 | * Delete any assigned webhook |
| 770 | 770 | * |
| 771 | - * @return mixed |
|
| 771 | + * @return ServerResponse |
|
| 772 | 772 | * @throws \Longman\TelegramBot\Exception\TelegramException |
| 773 | 773 | */ |
| 774 | 774 | public function deleteWebhook() |