public class GuildMessageDeleteEvent extends GenericGuildMessageEvent
Can be used retrieve affected TextChannel and the id of the deleted Message.
| Constructor | Description |
|---|---|
GuildMessageDeleteEvent(JDA api,
long responseNumber,
long messageId,
TextChannel channel) |
getJDA, getResponseNumbergetGuildgetChannel, getMessageId, getMessageIdLongpublic GuildMessageDeleteEvent(JDA api, long responseNumber, long messageId, TextChannel channel)