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, getResponseNumber
getGuild
getChannel, getMessageId, getMessageIdLong
public GuildMessageDeleteEvent(JDA api, long responseNumber, long messageId, TextChannel channel)