We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0282d68 + b4d457e commit b77fe2bCopy full SHA for b77fe2b
zendesk/ticket_comment.go
@@ -116,6 +116,7 @@ type ListTicketCommentsOptions struct {
116
type ListTicketCommentsResult struct {
117
TicketComments []TicketComment `json:"comments"`
118
Meta CursorPaginationMeta `json:"meta"`
119
+ Users []User `json:"users"`
120
}
121
122
// ListTicketComments gets a list of comment for a specified ticket
0 commit comments