1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 08:18:59 +01:00

Small bugfix

This commit is contained in:
Daniil Gentili 2023-10-24 17:32:24 +02:00
parent 75f231a322
commit 86b622f0a7

View File

@ -529,6 +529,8 @@ final class Connection
'reply_to_msg_id' => $arguments['reply_to_msg_id'],
'top_msg_id' => $arguments['top_msg_id'] ?? null
];
unset($arguments['reply_to_msg_id']);
unset($arguments['top_msg_id']);
}
}
/**