1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 07:18:57 +01:00
This commit is contained in:
Daniil Gentili 2023-09-23 20:25:22 +02:00
parent ca784f924b
commit 5984e9568f
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -111,7 +111,7 @@ final class SecretChatController implements Stringable
) {
$this->inputChat = [
'_' => 'inputEncryptedChat',
'id' => $id,
'chat_id' => $id,
'access_hash' => $accessHash
];
if ($creator) {