From 213a072b38d29d3c3ec8e150584685b1144a7d6a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Aug 2017 16:14:59 -0500 Subject: PLT-6403: Interactive messages (#7274) * wip * finish first pass * requested changes * add DoPostAction to Client4 --- model/slack_attachment.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/slack_attachment.go') diff --git a/model/slack_attachment.go b/model/slack_attachment.go index 855838214..fe3958316 100644 --- a/model/slack_attachment.go +++ b/model/slack_attachment.go @@ -25,6 +25,7 @@ type SlackAttachment struct { Footer string `json:"footer"` FooterIcon string `json:"footer_icon"` Timestamp interface{} `json:"ts"` // This is either a string or an int64 + Actions []*PostAction `json:"actions,omitempty"` } type SlackAttachmentField struct { -- cgit v1.2.3-1-g7c22