feat(interactions): added note about modals to InteractionResponse
This commit is contained in:
parent
e6b33f37b7
commit
e44c83a1fc
1 changed files with 2 additions and 0 deletions
|
@ -470,6 +470,8 @@ type InteractionResponseData struct {
|
||||||
// NOTE: autocomplete interaction only.
|
// NOTE: autocomplete interaction only.
|
||||||
Choices []*ApplicationCommandOptionChoice `json:"choices,omitempty"`
|
Choices []*ApplicationCommandOptionChoice `json:"choices,omitempty"`
|
||||||
|
|
||||||
|
// NOTE: modal interaction only.
|
||||||
|
|
||||||
CustomID string `json:"custom_id,omitempty"`
|
CustomID string `json:"custom_id,omitempty"`
|
||||||
Title string `json:"title,omitempty"`
|
Title string `json:"title,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue