diff --git a/v1/types.go b/v1/types.go index fb2ef8e..8a8629b 100644 --- a/v1/types.go +++ b/v1/types.go @@ -371,6 +371,7 @@ type ( IsRead bool `json:"is_read"` IsEdit bool `json:"is_edit"` Status string `json:"status"` + Chat *Chat `json:"chat"` From *UserRef `json:"from"` Product *MessageProduct `json:"product,omitempty"` Order *MessageOrder `json:"order,omitempty"`