ZgetReactions

Returns a separator-joined list of usernames of users who reacted to a specific message with the given emoji.

Syntax

ZgetReactions{channelID;messageID;separator;emoji}

Arguments

NameTypeRequiredDefault
channelIDsnowflakeYes-
messageIDsnowflakeYes-
separatorstringYes-
emojiemojiYes-

Example

ZgetReactions{123456789012345678;987654321098765432;, ;👍}