v34.16
This commit is contained in:
+2
-1
@@ -376,5 +376,6 @@ This file lists the current HTTP routes exposed by Core, grouped by access level
|
|||||||
|
|
||||||
### Broadcasts
|
### 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`
|
- `UpdateBroadcastDto` - partial `CreateBroadcastDto`
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ This page is public operator documentation. It describes panel capabilities, rou
|
|||||||
### Broadcasts
|
### Broadcasts
|
||||||
|
|
||||||
- Create and schedule Telegram broadcast messages.
|
- 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.
|
- View per-broadcast delivery status and error log.
|
||||||
|
|
||||||
### Logs
|
### Logs
|
||||||
|
|||||||
Reference in New Issue
Block a user