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