mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:14:39 +01:00
Improve
This commit is contained in:
parent
cd29d7eb6a
commit
54d14c7b91
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 560f5029159e909484791d6c7e80ff94a3c84af2
|
||||
Subproject commit 5135a3d0b1e4f28b99e5606915b763d17085f210
|
@ -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"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user