|
|
@@ -45,17 +45,17 @@ namespace Discord |
|
|
|
DeferredChannelMessageWithSource = 5, |
|
|
|
|
|
|
|
/// <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> |
|
|
|
DeferredUpdateMessage = 6, |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// For components: edit the message the component was attached to |
|
|
|
/// For components: edit the message the component was attached to. |
|
|
|
/// </summary> |
|
|
|
UpdateMessage = 7, |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Respond with a set of choices to a autocomplete interaction |
|
|
|
/// Respond with a set of choices to a autocomplete interaction. |
|
|
|
/// </summary> |
|
|
|
ApplicationCommandAutocompleteResult = 8 |
|
|
|
} |
|
|
|