class GuildMessageUpdateEvent : GenericMessageCacheEvent
Event that represents a message edit on a guild.
GuildMessageUpdateEvent(api: JDA, responseNumber: Long, messageId: Long, channel: TextChannel, oldMessage: Message?, message: Message)
Event that represents a message edit on a guild. |
val author: User |
|
val member: Member? |
|
val message: Message
the new edited message |
val oldMessage: Message?
the cached version of the message |