ReactionImpl

class ReactionImpl(val yde: YDE, val json: JsonNode) : Reaction(source)

Constructors

Link copied to clipboard
constructor(yde: YDE, json: JsonNode)

Functions

Link copied to clipboard
open override fun toString(): String

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard
open override val count: Int

The amount of times this reaction was used.

Link copied to clipboard
open override val emoji: Emoji

The emoji of this reaction.

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override val me: Boolean

Gets whether the current user reacted with this emoji.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.