diff --git a/v1/types.go b/v1/types.go index a504319..216b6c0 100644 --- a/v1/types.go +++ b/v1/types.go @@ -682,6 +682,7 @@ type TemplateUpdateWebhookData struct { type TemplateDeleteWebhookData struct { ChannelID int64 `json:"channel_id"` Code string `json:"code"` + Lang string `json:"lang"` } type TemplateVerificationStatus string