Emblem

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

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: Int, foregroundId: Int, flags: List<String>, backgroundColorId: Int, foregroundPrimaryColorId: Int, foregroundSecondaryColorId: Int)

Properties

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

This field holds the background color's ID.

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

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: Int

This field holds the foreground's ID.

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

This field holds the foreground primary color's ID.

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

This field holds the foreground secondary color's ID.