command / me.schlaubi.regnumutils.common.events / GuildMessageUpdateEvent

GuildMessageUpdateEvent

class GuildMessageUpdateEvent : GenericMessageCacheEvent

Event that represents a message edit on a guild.

Constructors

<init>

GuildMessageUpdateEvent(api: JDA, responseNumber: Long, messageId: Long, channel: TextChannel, oldMessage: Message?, message: Message)

Event that represents a message edit on a guild.

Properties

author

val author: User

member

val member: Member?

message

val message: Message

the new edited message

Inherited Properties

oldMessage

val oldMessage: Message?

the cached version of the message