Skip to content

Commit

Permalink
Add ReplyUsers to Msg Struct
Browse files Browse the repository at this point in the history
This is something that Slack returns by default on API response.
  • Loading branch information
aleksa11010 authored Mar 6, 2023
1 parent a735199 commit 63294cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ type Msg struct {

// channels.replies, groups.replies, im.replies, mpim.replies
ReplyCount int `json:"reply_count,omitempty"`
ReplyUsers []string `json:"reply_users,omitempty"`
Replies []Reply `json:"replies,omitempty"`
ParentUserId string `json:"parent_user_id,omitempty"`
LatestReply string `json:"latest_reply,omitempty"`
Expand Down

0 comments on commit 63294cb

Please sign in to comment.