Skip to content

Commit a7d40fe

Browse files
authored
v3.2.1 - Saved Media Support for Edit Last Broadcast
1 parent c0034e9 commit a7d40fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BroadcastManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function editLastBroadcastForAll(
190190
string $newText,
191191
$chatId = null,
192192
?array $buttons = null,
193-
?array $media = null,
193+
$media = null,
194194
int $concurrency = self::DEFAULT_CONCURRENCY,
195195
string $parseMode = 'HTML',
196196
?string $broadcastId = null

0 commit comments

Comments
 (0)