@@ -65,7 +65,7 @@ |
||
65 | 65 | } |
66 | 66 | |
67 | 67 | /** |
68 | - * @param TelegramRawData $data |
|
68 | + * @param TelegramResponse $data |
|
69 | 69 | * @param LoggerInterface $logger |
70 | 70 | * @return TelegramTypes |
71 | 71 | * @throws InvalidResultType |
@@ -78,7 +78,7 @@ |
||
78 | 78 | /** |
79 | 79 | * Yields all local files (if present) |
80 | 80 | * |
81 | - * @return Generator|InputFile[] |
|
81 | + * @return Generator |
|
82 | 82 | */ |
83 | 83 | public function getLocalFiles(): Generator |
84 | 84 | { |