From f1dcdd86a77417cde987a592326a7946d0f0bc56 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Mon, 11 Sep 2023 12:28:24 +0300 Subject: [PATCH] add lang field to template delete webhook --- v1/types.go | 1 + 1 file changed, 1 insertion(+) 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