Invite

Inheritors

Functions

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

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

Properties

Link copied to clipboard

The approximate number of members in the guild.

Link copied to clipboard

The approximate presence count of the invite.

Link copied to clipboard
abstract val channel: GuildChannel

The channel this invite is for.

Link copied to clipboard
abstract val code: String

The invite code (unique ID).

Link copied to clipboard

The expiration date of the invite.

Link copied to clipboard
abstract val guild: Guild

The guild this invite is for.

Link copied to clipboard

The guild scheduled event this invite is for.

Link copied to clipboard
abstract val inviter: User?

The inviter of the invite.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard

The target application of the invite.

Link copied to clipboard
abstract val targetType: TargetType

The target type of the invite.

Link copied to clipboard
abstract val targetUser: User?

The target user of the invite.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.