mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:24:42 +01:00
cs-fix
This commit is contained in:
parent
5be1947e6d
commit
62b1fe043e
@ -1 +1 @@
|
||||
Subproject commit 453cf521d71f99f21f84fff96651c744b0f99a34
|
||||
Subproject commit 32214a5ad3aa7ffdf4cd7a1592b98990ca5a559b
|
@ -306,6 +306,7 @@ trait BotAPI
|
||||
return [];
|
||||
case 'decryptedMessageMediaExternalDocument':
|
||||
$data = ['document' => $data];
|
||||
// no break
|
||||
case 'messageMediaDocument':
|
||||
$type_name = 'document';
|
||||
$res = [];
|
||||
|
Loading…
Reference in New Issue
Block a user