@antiraid-ext/events/discord/MessageUpdate
API reference for @antiraid-ext/events/discord/MessageUpdate
@antiraid-ext/events/discord/MessageUpdate
Functions
onMessageUpdate
MessageUpdate
Provides the message update data, as well as the actual old and new message if data is available.
Function Signature
--- MessageUpdate
---
--- Provides the message update data, as well as the actual old and new message if data is available.
function onMessageUpdate(event: Primitives.Event, callback: (payload: discordGateway.MessageUpdatePayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (payload: discordGateway.MessageUpdatePayload) -> ()
Arguments
payload
Last updated on