feat(interactions): added note about modals to InteractionResponse

This commit is contained in:
nitroflap 2022-02-16 02:13:29 +03:00
parent e6b33f37b7
commit e44c83a1fc
No known key found for this signature in database
GPG key ID: 810F53DB0E0F81A8

View file

@ -470,6 +470,8 @@ type InteractionResponseData struct {
// NOTE: autocomplete interaction only.
Choices []*ApplicationCommandOptionChoice `json:"choices,omitempty"`
// NOTE: modal interaction only.
CustomID string `json:"custom_id,omitempty"`
Title string `json:"title,omitempty"`
}