diff --git a/v1/types.go b/v1/types.go index 11e565f..a504319 100644 --- a/v1/types.go +++ b/v1/types.go @@ -422,10 +422,6 @@ type MessageWebhookData struct { InAppID int32 `json:"in_app_id,omitempty"` } -// TemplateData request data. -type TemplateData struct { -} - type Attachments struct { Suggestions []Suggestion `json:"suggestions,omitempty"` }