Tests[CompatExpand]

This commit is contained in:
2023-01-17 21:30:53 +01:00
parent 57231a1406
commit 1633449638
3 changed files with 66 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ package models
type CompatMessage struct {
Title string `json:"title"`
Body string `json:"body"`
Body *string `json:"body"`
Priority int `json:"priority"`
Timestamp int64 `json:"timestamp"`
UserMessageID *string `json:"usr_msg_id"`