Skip to content

Commit 92b2613

Browse files
authored
Update CHANGELOG for version 3.2.1 enhancements
Added support for editing last broadcast messages and relaxed media parameter restrictions.
1 parent a7d40fe commit 92b2613

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)