1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 03:14:39 +01:00
This commit is contained in:
Daniil Gentili 2023-08-19 17:42:59 +02:00
parent cd29d7eb6a
commit 54d14c7b91
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 2 deletions

2
docs

@ -1 +1 @@
Subproject commit 560f5029159e909484791d6c7e80ff94a3c84af2
Subproject commit 5135a3d0b1e4f28b99e5606915b763d17085f210

View File

@ -42,7 +42,7 @@ class MyEventHandler extends SimpleEventHandler
)->finally($sink->close(...));
$this->sendDocument(
$message->chatId,
peer: $message->chatId,
file: $pipe->getSource(),
fileName: $message->media->fileName.".ogg"
);