@@ -224,7 +224,7 @@ |
||
224 | 224 | * |
225 | 225 | * @param array $options |
226 | 226 | * |
227 | - * @return mixed |
|
227 | + * @return string |
|
228 | 228 | * |
229 | 229 | * @throws \TelegramBot\Api\HttpException |
230 | 230 | */ |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Closure; |
6 | 6 | use ReflectionFunction; |
7 | 7 | use TelegramBot\Api\Botan; |
8 | -use TelegramBot\Api\Types\Message; |
|
9 | 8 | use TelegramBot\Api\Types\Update; |
10 | 9 | |
11 | 10 | class EventCollection |