DiscordReaction
public struct DiscordReaction
Represents a message reaction.
-
The number of times this emoji has been used to react.
Declaration
Swift
public let count: Int -
Whether the current user reacted with this emoji.
Declaration
Swift
public let me: Bool -
The emoji used to react.
Declaration
Swift
public let emoji: DiscordEmoji
DiscordReaction Structure Reference