callback_DiscordMessageReceived()
Description
This async function is called when a message is sent in a Discord Server you have integrated with Rocket Networking. Edit this function to change its functionality.
Syntax
Argument
Description
channelId
The id of the channel where the message was received. This is an String .
authorStruct
A struct that returns all the information about the author of this message.
messageBody
Message body. This is a string.
Author Struct Example
Returns
Example Implementation
Last updated