mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 08:18:59 +01:00
Small bugfix
This commit is contained in:
parent
75f231a322
commit
86b622f0a7
@ -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']);
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user