public class GuildMessageEmbedEvent extends GenericGuildMessageEvent
Embeds.
Can be used to retrieve the affected TextChannel, the id of the affected Message and a list of MessageEmbeds.
| Constructor | Description |
|---|---|
GuildMessageEmbedEvent(JDA api,
long responseNumber,
long messageId,
TextChannel channel,
java.util.List<MessageEmbed> embeds) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<MessageEmbed> |
getMessageEmbeds() |
The
MessageEmbeds |
getJDA, getResponseNumbergetGuildgetChannel, getMessageId, getMessageIdLongpublic GuildMessageEmbedEvent(JDA api, long responseNumber, long messageId, TextChannel channel, java.util.List<MessageEmbed> embeds)
public java.util.List<MessageEmbed> getMessageEmbeds()
MessageEmbeds