mirror of
https://github.com/danog/magnaluna.git
synced 2024-11-26 19:44:46 +01:00
Small fix
This commit is contained in:
parent
115174dfeb
commit
0c03057011
@ -109,7 +109,7 @@ class StatusLoop extends ResumableSignalLoop
|
|||||||
]);*/
|
]);*/
|
||||||
yield $MadelineProto->messages->sendMedia([
|
yield $MadelineProto->messages->sendMedia([
|
||||||
'reply_to_msg_id' => $this->call->mId,
|
'reply_to_msg_id' => $this->call->mId,
|
||||||
'peer' => $call->getOtherID(), 'message' => 'Debug info by {$this->me}',
|
'peer' => $call->getOtherID(), 'message' => "Debug info by {$this->me}",
|
||||||
'media' => [
|
'media' => [
|
||||||
'_' => 'inputMediaUploadedDocument',
|
'_' => 'inputMediaUploadedDocument',
|
||||||
'file' => '/tmp/logs'.$call->getCallID()['id'].'.log',
|
'file' => '/tmp/logs'.$call->getCallID()['id'].'.log',
|
||||||
|
Loading…
Reference in New Issue
Block a user