Package-level declarations
Types
Message builder for creating messages following up interaction responses.
Message builder for publicly responding to an interaction.
The base builder for creating a new message.
Message builder for creating messages as a bot user.
Message builder for creating messages as a webhook user.
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 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.