remove useless type
This commit is contained in:
parent
99db491831
commit
f2301bfbf7
1 changed files with 0 additions and 4 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue