pub struct CreateInteractionResponseFollowup<'a>(pub HashMap<&'static str, Value>, pub Vec<AttachmentType<'a>>);

Tuple Fields

0: HashMap<&'static str, Value>1: Vec<AttachmentType<'a>>

Implementations

Set the content of the message.

Note: Message contents must be under 2000 unicode code points.

Override the default username of the webhook

Override the default avatar of the webhook

Set whether the message is text-to-speech.

Think carefully before setting this to true.

Defaults to false.

Appends a file to the message.

Appends a list of files to the message.

Sets a list of files to include in the message.

Calling this multiple times will overwrite the file list. To append files, call Self::add_file or Self::add_files instead.

Create an embed for the message.

Adds an embed to the message.

Sets a list of embeds to include in the message.

Calling this multiple times will overwrite the embed list. To append embeds, call Self::add_embed instead.

Set the allowed mentions for the message.

Sets the flags for the response.

Creates components for this message.

Sets the components of this message.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more