Skip to content

Commit b77fe2b

Browse files
author
nukosuke
authored
Merge pull request #278 from paoloromolini/add_include_users_in_ticket_comments
fix: add include users in ticket comments API
2 parents 0282d68 + b4d457e commit b77fe2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zendesk/ticket_comment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ type ListTicketCommentsOptions struct {
116116
type ListTicketCommentsResult struct {
117117
TicketComments []TicketComment `json:"comments"`
118118
Meta CursorPaginationMeta `json:"meta"`
119+
Users []User `json:"users"`
119120
}
120121

121122
// ListTicketComments gets a list of comment for a specified ticket

0 commit comments

Comments
 (0)