1
0
mirror of synced 2024-11-22 04:56:06 +03:00

add lang field to template delete webhook

This commit is contained in:
Pavel 2023-09-11 12:29:52 +03:00 committed by GitHub
commit a3fd91bceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -682,6 +682,7 @@ type TemplateUpdateWebhookData struct {
type TemplateDeleteWebhookData struct { type TemplateDeleteWebhookData struct {
ChannelID int64 `json:"channel_id"` ChannelID int64 `json:"channel_id"`
Code string `json:"code"` Code string `json:"code"`
Lang string `json:"lang"`
} }
type TemplateVerificationStatus string type TemplateVerificationStatus string