id |
int |
Autoincrement in DB |
user_id |
int |
Manager ID or Account login (default = 0) |
token |
string |
Unique token |
message |
string |
Notification message in AST format |
description |
string |
Notification description in AST format |
data |
string |
Additional data in AST/JSON format (optional) |
create_time |
time_t |
Time when the notification was created |
open_time |
time_t |
Time when the notification was opened |
update_time |
time_t |
Time when the notification was last updated |
level |
int |
Message level: INFO, WARNING, ERROR, PROMO, MARKETING, NEWS |
type |
int |
Message type: AST_MSG, TXT_MSG, TOKEN_MSG, AST_DESC |
access |
int |
Access scope: MANAGER, CLIENT, CLIENT_BROADCAST, MANAGER_BROADCAST |
status |
int |
Status: WAITING, SENT, READ, FAILED, DELIVERED, DELETED |