isMentionedInMessage
General
isMentionedInMessage checks if a certain channel / user / role is mentioned in a specific message by their IDs.
Usage
Client:isMentionedInMessage(<string> channeld, <string> messageId, <string> dataId)
Returns: <boolean> data
Limitations
See discordMessage PATCH.
Example
In this example, this method checks a channel.
print(Client:isMentionedInMessage("569166849099694093", "569429011143327744", "569128269312557088"))