| @@ -45,17 +45,17 @@ namespace Discord | |||||
| DeferredChannelMessageWithSource = 5, | DeferredChannelMessageWithSource = 5, | ||||
| /// <summary> | /// <summary> | ||||
| /// For components: ACK an interaction and edit the original message later; the user does not see a loading state | |||||
| /// For components: ACK an interaction and edit the original message later; the user does not see a loading state. | |||||
| /// </summary> | /// </summary> | ||||
| DeferredUpdateMessage = 6, | DeferredUpdateMessage = 6, | ||||
| /// <summary> | /// <summary> | ||||
| /// For components: edit the message the component was attached to | |||||
| /// For components: edit the message the component was attached to. | |||||
| /// </summary> | /// </summary> | ||||
| UpdateMessage = 7, | UpdateMessage = 7, | ||||
| /// <summary> | /// <summary> | ||||
| /// Respond with a set of choices to a autocomplete interaction | |||||
| /// Respond with a set of choices to a autocomplete interaction. | |||||
| /// </summary> | /// </summary> | ||||
| ApplicationCommandAutocompleteResult = 8 | ApplicationCommandAutocompleteResult = 8 | ||||
| } | } | ||||