Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.
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