Emblem

@Serializable
data class Emblem(val backgroundId: Long, val foregroundId: Long, val flags: List<String>, val backgroundColorId: Long, val foregroundPrimaryColorId: Long, val foregroundSecondaryColorId: Long)

Information about a guild emblem.

Parameters

backgroundId

the background's ID

foregroundId

the foreground's ID

flags

the manipulations applied to the emblem

backgroundColorId

the background color's ID

foregroundPrimaryColorId

the foreground primary color's ID

foregroundSecondaryColorId

the foreground secondary color's ID

Constructors

Link copied to clipboard
constructor(backgroundId: Long, foregroundId: Long, flags: List<String>, backgroundColorId: Long, foregroundPrimaryColorId: Long, foregroundSecondaryColorId: Long)

Properties

Link copied to clipboard
@SerialName(value = "background_color_id")
val backgroundColorId: Long

This field holds the background color's ID.

Link copied to clipboard
@SerialName(value = "background_id")
val backgroundId: Long

This field holds the background's ID.

Link copied to clipboard

This field holds the manipulations applied to the emblem.

Link copied to clipboard
@SerialName(value = "foreground_id")
val foregroundId: Long

This field holds the foreground's ID.

Link copied to clipboard
@SerialName(value = "foreground_primary_color_id")
val foregroundPrimaryColorId: Long

This field holds the foreground primary color's ID.

Link copied to clipboard
@SerialName(value = "foreground_secondary_color_id")
val foregroundSecondaryColorId: Long

This field holds the foreground secondary color's ID.