mirror of
https://github.com/danog/magnaluna.git
synced 2024-11-26 11:34:39 +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([
|
||||
'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' => [
|
||||
'_' => 'inputMediaUploadedDocument',
|
||||
'file' => '/tmp/logs'.$call->getCallID()['id'].'.log',
|
||||
|
Loading…
Reference in New Issue
Block a user