Skip to content

Commit

Permalink
Merge pull request #278 from paoloromolini/add_include_users_in_ticke…
Browse files Browse the repository at this point in the history
…t_comments

fix: add include users in ticket comments API
  • Loading branch information
nukosuke committed Jul 20, 2023
2 parents 0282d68 + b4d457e commit b77fe2b
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 @@ -116,6 +116,7 @@ type ListTicketCommentsOptions struct {
type ListTicketCommentsResult struct {
TicketComments []TicketComment `json:"comments"`
Meta CursorPaginationMeta `json:"meta"`
Users []User `json:"users"`
}

// ListTicketComments gets a list of comment for a specified ticket
Expand Down

0 comments on commit b77fe2b

Please sign in to comment.