MessageInteractionImpl

class MessageInteractionImpl(val yde: YDE, val json: JsonNode, val idAsLong: Long) : MessageInteraction(source)

Constructors

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

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 val asIncrement: Long

The increment of this snowflake.

Link copied to clipboard
open val asProcessId: Long

The process id of this snowflake.

Link copied to clipboard
open val asTimestamp: Long

The timestamp of this snowflake. (Milliseconds since Discord Epoch, the first second of 2015 or 1420070400000.)

Link copied to clipboard
open val asWorkerId: Long

The worker id of this snowflake.

Link copied to clipboard
open val id: String

The id of this snowflake as a String.

Link copied to clipboard
open override val idAsLong: Long

The id of this snowflake as a Long.

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override val member: Member?

The member who invoked the interaction.

Link copied to clipboard
open override val name: String

The name of the interaction command.

Link copied to clipboard
open override val type: InteractionType

The type of interaction.

Link copied to clipboard
open override val user: User

The user who invoked the interaction.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.