RoleTagImpl

class RoleTagImpl(val yde: YDE, val json: JsonNode) : RoleTag(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 botId: GetterSnowFlake?

The id of the bot this role belongs to.

Link copied to clipboard
open override val integrationId: GetterSnowFlake?

The id of the integration this role belongs to.

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.