Package club.minnced.discord.webhook.send
-
Class Summary Class Description AllowedMentions Constructs a whitelist of allowed mentions for a message.MessageAttachment Internal representation of attachments for outgoing messagesWebhookEmbed Reduced version of anReadonlyEmbed
used for sending.WebhookEmbed.EmbedAuthor POJO for an embed author.WebhookEmbed.EmbedField POJO for an embed field.WebhookEmbed.EmbedFooter POJO for an embed footer.WebhookEmbed.EmbedTitle POJO for an embed title.WebhookEmbedBuilder Builder for aWebhookEmbed
instance.WebhookMessage Send-only message for aWebhookClient
AReadonlyMessage
can be sent by first converting it to a WebhookMessage withWebhookMessage.from(club.minnced.discord.webhook.receive.ReadonlyMessage)
.WebhookMessageBuilder Constructs aWebhookMessage