1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 05:51:14 +01:00
This commit is contained in:
Daniil Gentili 2023-09-30 21:40:30 +02:00
parent 1398e95364
commit df447bb46b

View File

@ -94,7 +94,7 @@ trait FilesAbstraction
bool $background = false,
bool $clearDraft = false,
bool $updateStickersetsOrder = false,
bool $forceResend,
bool $forceResend = false,
?Cancellation $cancellation = null,
): Message {
if ($file instanceof Message) {