From ff1542b39d5db616b966f6366272bcbf363673e3 Mon Sep 17 00:00:00 2001 From: "fiatjaf@spooner" Date: Sat, 27 Feb 2016 16:48:22 -0500 Subject: [PATCH] Action now accounts for updateComment data structure. --- action.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.go b/action.go index cbf0575..83f91b3 100644 --- a/action.go +++ b/action.go @@ -57,6 +57,13 @@ type Action struct { ShortLink string `json:"shortLink"` IdShort int `json:"idShort"` } `json:"card"` + Action struct { + Id string `json:"id"` + Text string `json:"text"` + } `json:"action"` + Old struct { + Text string `json:"text"` + } Text string `json:"text"` } `json:"data"` Type string `json:"type"`