We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d1ed51 + 06523c6 commit d5b9307Copy full SHA for d5b9307
CHANGELOG.md
@@ -8,6 +8,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
8
### Changed
9
### Deprecated
10
### Removed
11
+- Abstract methods from `InputMedia` interface, as method annotations didn't work for propagation.
12
### Fixed
13
### Security
14
src/Entities/InputMedia/InputMedia.php
@@ -4,20 +4,5 @@
4
5
interface InputMedia
6
{
7
- /**
- * @return string Type of the result.
- */
- public function getType();
- * @return string File to send.
15
- public function getMedia();
16
-
17
18
- * @param string $media File to send.
19
- *
20
- * @return string
21
22
- public function setMedia($media);
23
}
0 commit comments