File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,3 +212,22 @@ Added functionality to send initial status messages when gathering peers and sta
212212- Workers not stopping after ` done ` .
213213- Unsafe watchdog behavior that could duplicate sends.
214214- Concurrent progress edits in ` deleteAllBroadcastsForAll() ` .
215+
216+ ---
217+
218+ ## [ 3.2.1] - 2026-06-13
219+
220+ ### Added
221+
222+ - Added support for editing last broadcast messages with media loaded from ` data/{adminId}/media.txt ` .
223+ - Added compatibility for passing saved media values / ` botApiFileId ` into ` editLastBroadcastForAll() ` .
224+
225+ ### Changed
226+
227+ - Relaxed the ` $media ` parameter in ` BroadcastManager::editLastBroadcastForAll() ` so it is no longer limited to ` ?array ` .
228+ - Edit-last-broadcast flow can now reuse the same saved media format used by regular broadcast sending.
229+
230+ ### Notes
231+
232+ - Passing ` null ` as media keeps the existing media unchanged.
233+ - Passing a saved media value attempts to update the edited message media/caption.
You can’t perform that action at this time.
0 commit comments