Add opportunity to define token for each message (#16771)

This commit is contained in:
Alexey Kustov 2021-03-25 22:38:25 +04:00 committed by GitHub
parent 23c87cc35e
commit 6daf63dbdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ The following attributes can be placed inside `data` for extended functionality.
| `priority` | For recipients which supports priority, the message will be highlighted accordingly.<br>Available values: `lowest`, `low`, `normal`, `high`, `highest`.
| `images` | Array of images to attach (see item properties below).
| `files` | Array of files to attach (see item properties below).
| `token` | Notify.Events channel token (in case you want to override the channel to get this message to).
Every item of images and files has the following properties: