This commit is contained in:
2026-06-22 00:52:20 +03:00
parent 4c053d86b2
commit 67242e972e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -376,5 +376,6 @@ This file lists the current HTTP routes exposed by Core, grouped by access level
### Broadcasts
- `CreateBroadcastDto` - `text`, `filters?` (`{ nodeIds?: number[] }`), `scheduledAt?`
- `CreateBroadcastDto` - `text`, `filters?` (`{ nodeIds?: number[]; tariffIds?: number[]; userIds?: number[] }`), `scheduledAt?`
- Audience: `userIds` set → only those users; otherwise `nodeIds`/`tariffIds` form an AND-combined segment; none → all active TG users.
- `UpdateBroadcastDto` - partial `CreateBroadcastDto`
+1 -1
View File
@@ -100,7 +100,7 @@ This page is public operator documentation. It describes panel capabilities, rou
### Broadcasts
- Create and schedule Telegram broadcast messages.
- Filter recipients by node.
- Choose the audience via a mode switch: either a segment (by node and/or tariff, combined with AND) or an explicit list of users.
- View per-broadcast delivery status and error log.
### Logs