forked from lug/matterbridge
Update nlopes/slack vendor
This commit is contained in:
3
vendor/github.com/nlopes/slack/attachments.go
generated
vendored
3
vendor/github.com/nlopes/slack/attachments.go
generated
vendored
@@ -59,6 +59,7 @@ type AttachmentActionCallback struct {
|
||||
AttachmentID string `json:"attachment_id"`
|
||||
Token string `json:"token"`
|
||||
ResponseURL string `json:"response_url"`
|
||||
TriggerID string `json:"trigger_id"`
|
||||
}
|
||||
|
||||
// ConfirmationField are used to ask users to confirm actions
|
||||
@@ -75,7 +76,9 @@ type Attachment struct {
|
||||
Fallback string `json:"fallback"`
|
||||
|
||||
CallbackID string `json:"callback_id,omitempty"`
|
||||
ID int `json:"id,omitempty"`
|
||||
|
||||
AuthorID string `json:"author_id,omitempty"`
|
||||
AuthorName string `json:"author_name,omitempty"`
|
||||
AuthorSubname string `json:"author_subname,omitempty"`
|
||||
AuthorLink string `json:"author_link,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user