فهرست منبع

feat(interactions): added note about modals to InteractionResponse

nitroflap 3 سال پیش
والد
کامیت
e44c83a1fc
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      interactions.go

+ 2 - 0
interactions.go

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