Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Action now accounts for updateComment data structure. #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions action.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down