1
0
mirror of synced 2024-11-24 14:06:03 +03:00

remove useless type

This commit is contained in:
Pavel 2023-09-07 15:10:32 +03:00
parent 99db491831
commit f2301bfbf7

View File

@ -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"`
}