We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43f6075 + a6124c0 commit 1010af8Copy full SHA for 1010af8
webhooks.go
@@ -23,6 +23,7 @@ type WebhookMessage struct {
23
ResponseType string `json:"response_type,omitempty"`
24
ReplaceOriginal bool `json:"replace_original,omitempty"`
25
DeleteOriginal bool `json:"delete_original,omitempty"`
26
+ ReplyBroadcast bool `json:"reply_broadcast,omitempty"`
27
}
28
29
func PostWebhook(url string, msg *WebhookMessage) error {
0 commit comments