Skip to content

Commit

Permalink
Merge pull request #1180 from aleksa11010/patch-1
Browse files Browse the repository at this point in the history
Add ReplyUsers to Msg Struct
  • Loading branch information
kanata2 committed Apr 13, 2023
2 parents 5281ebe + 63294cb commit 58c5a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages.go
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 58c5a5f

Please sign in to comment.