ZuserReacted

Returns true if the specified user reacted to a message with the given emoji, or false otherwise.

Syntax

ZuserReacted{channelID;messageID;userID;emoji}

Arguments

NameTypeRequiredDefault
channelIDsnowflakeYes-
messageIDsnowflakeYes-
userIDsnowflakeYes-
emojiemojiYes-

Example

ZuserReacted{123456789012345678;987654321098765432;111222333444555666;👍}