diff --git a/webhooks.go b/webhooks.go index e7c12d348..2f8fb47f6 100644 --- a/webhooks.go +++ b/webhooks.go @@ -23,6 +23,7 @@ type WebhookMessage struct { ResponseType string `json:"response_type,omitempty"` ReplaceOriginal bool `json:"replace_original,omitempty"` DeleteOriginal bool `json:"delete_original,omitempty"` + ReplyBroadcast bool `json:"reply_broadcast,omitempty"` } func PostWebhook(url string, msg *WebhookMessage) error {