Interaction Response Create Builder
Message builder for publicly responding to an interaction.
Functions
Adds an Action Row to the message, configured by the builder. A message can have up to 5 action rows.
Adds a file with the name and contentProvider to the attachments.
Adds a file with the given path to the attachments.
Configures the mentions that should trigger a mention (aka ping). Not calling this function will result in the default behavior (ping everything), calling this function but not configuring it before the request is build will result in all pings being ignored.
Adds an embed to the message, configured by the block. A message can have up to 10 embeds.
Sets the MessageFlags for the created message.
Properties
The mentions in this message that are allowed to raise a notification. Setting this to null will default to creating notifications for all mentions.
The message components to include in this message.
The embedded content of the message.
The files to include as attachments.
Do not include any embeds when serializing this message.
This message will not trigger push and desktop notifications.