summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/slack-go/slack/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/slack-go/slack/messages.go')
-rw-r--r--vendor/github.com/slack-go/slack/messages.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/slack-go/slack/messages.go b/vendor/github.com/slack-go/slack/messages.go
index 2f05f6d7..2cc31d5b 100644
--- a/vendor/github.com/slack-go/slack/messages.go
+++ b/vendor/github.com/slack-go/slack/messages.go
@@ -103,6 +103,7 @@ type Msg struct {
ReplyCount int `json:"reply_count,omitempty"`
Replies []Reply `json:"replies,omitempty"`
ParentUserId string `json:"parent_user_id,omitempty"`
+ LatestReply string `json:"latest_reply,omitempty"`
// file_share, file_comment, file_mention
Files []File `json:"files,omitempty"`