@@ -56,8 +56,8 @@ |
||
| 56 | 56 | /** |
| 57 | 57 | * Prepares and sends an API request to Telegram |
| 58 | 58 | * |
| 59 | - * @param mixed $method |
|
| 60 | - * @return mixed |
|
| 59 | + * @param TelegramMethods $method |
|
| 60 | + * @return TelegramTypes |
|
| 61 | 61 | */ |
| 62 | 62 | public function performApiRequest(TelegramMethods $method): TelegramTypes |
| 63 | 63 | { |