Skip to content

Commit

Permalink
Merge pull request #173 from lagerstrom/add_upload_field_for_comments
Browse files Browse the repository at this point in the history
Adds upload field for comments
  • Loading branch information
nukosuke committed Jun 19, 2020
2 parents 7fdd67b + 8dae100 commit da17fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zendesk/ticket_comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da17fce

Please sign in to comment.