diff --git a/zendesk/ticket_comment.go b/zendesk/ticket_comment.go index ca5d3dbf..a28ad489 100644 --- a/zendesk/ticket_comment.go +++ b/zendesk/ticket_comment.go @@ -20,6 +20,7 @@ type TicketComment struct { AuthorID int64 `json:"author_id,omitempty"` Attachments []Attachment `json:"attachments,omitempty"` CreatedAt time.Time `json:"created_at,omitempty"` + Uploads []string `json:"uploads,omitempty"` } // NewPublicComment generates and returns a new TicketComment