add lang field to template delete webhook
This commit is contained in:
parent
dbab908b1d
commit
f1dcdd86a7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user