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 5281ebe + 63294cb commit 58c5a5fCopy full SHA for 58c5a5f
1 file changed
messages.go
@@ -101,6 +101,7 @@ type Msg struct {
101
102
// channels.replies, groups.replies, im.replies, mpim.replies
103
ReplyCount int `json:"reply_count,omitempty"`
104
+ ReplyUsers []string `json:"reply_users,omitempty"`
105
Replies []Reply `json:"replies,omitempty"`
106
ParentUserId string `json:"parent_user_id,omitempty"`
107
LatestReply string `json:"latest_reply,omitempty"`
0 commit comments