DefaultReaction
Implementation of the Discord DefaultReaction class in Luau
https://discord.com/developers/docs/resources/channel#default-reaction-object
Summary
Properties
Section titled “Properties”emojiId
Section titled “emojiId”The ID of the emoji to use as the default reaction
emojiName
Section titled “emojiName”The name of the emoji to use as the default reaction
Methods
Section titled “Methods”DefaultReaction : sync ( DefaultReactionData ) -> ()
Responsible for syncing data to this default reaction object. This is typically called by the API when this object is created or updated.
Parameters
| DefaultReactionData: DefaultReactionObject |
Functions
Section titled “Functions”DefaultReaction . new ( DefaultReactionData ) -> DefaultReaction
Responsible for constructing this class.
Parameters
| DefaultReactionData: DefaultReactionObject |
Returns
| DefaultReaction |