remove useless type
This commit is contained in:
parent
99db491831
commit
f2301bfbf7
@ -422,10 +422,6 @@ type MessageWebhookData struct {
|
|||||||
InAppID int32 `json:"in_app_id,omitempty"`
|
InAppID int32 `json:"in_app_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TemplateData request data.
|
|
||||||
type TemplateData struct {
|
|
||||||
}
|
|
||||||
|
|
||||||
type Attachments struct {
|
type Attachments struct {
|
||||||
Suggestions []Suggestion `json:"suggestions,omitempty"`
|
Suggestions []Suggestion `json:"suggestions,omitempty"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user