Skip to content

Commit

Permalink
Add channels to Call response
Browse files Browse the repository at this point in the history
  • Loading branch information
winston-stripe committed Apr 14, 2023
1 parent 1ed765d commit b0f1f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calls.go
Expand Up @@ -17,6 +17,7 @@ type Call struct {
DesktopAppJoinURL string `json:"desktop_app_join_url"`
ExternalDisplayID string `json:"external_display_id"`
Users []CallUser `json:"users"`
Channels []string `json:"channels"`
}

// A thin user representation which has a SlackID, ExternalID, or both.
Expand Down

0 comments on commit b0f1f5f

Please sign in to comment.