Available on crate feature
builder only.Expand description
Create [InteractionResponse]s with builders.
§Example
use twilight_util::builder::interaction_response::ChannelMessageBuilder;
ChannelMessageBuilder::new().content("Congrats on sending your command!");Structs§
- Autocomplete
Builder - Builder for a [
InteractionResponse] of type [InteractionResponseType::ApplicationCommandAutocompleteResult]. - Channel
Message Builder - Builder for a [
InteractionResponse] of type [InteractionResponseType::ChannelMessageWithSource]. - Modal
Builder - Builder for a [
InteractionResponse] of type [InteractionResponseType::Modal]. - Update
Message Builder - Builder for a [
InteractionResponse] of type [InteractionResponseType::UpdateMessage].