1
0
mirror of synced 2024-11-21 20:46:05 +03:00

add lang field to template delete webhook

This commit is contained in:
Pavel 2023-09-11 12:28:24 +03:00
parent dbab908b1d
commit f1dcdd86a7

View File

@ -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