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.
1 parent 3a10bbd commit acf4c83Copy full SHA for acf4c83
1 file changed
src/MTProtoTools/FilesAbstraction.php
@@ -1426,9 +1426,8 @@ public function uploadVoice(
1426
* Sends a media.
1427
*
1428
* @param class-string<Media> $type
1429
- * @param bool $uploadOnly Whether to only uploade the file
1430
1431
- * @return ($uploadOnly ? Media : Message)
+ * @return $uploadOnly ? Media : Message
1432
* @internal
1433
*/
1434
public function sendMedia(
0 commit comments