DiscordPrimaryGuild

data class DiscordPrimaryGuild(val identityGuildId: Snowflake?, val identityEnabled: Boolean?, val tag: String?, val badge: String?)(source)

The representation of a users primary guild

Constructors

Link copied to clipboard
constructor(identityGuildId: Snowflake?, identityEnabled: Boolean?, tag: String?, badge: String?)

Properties

Link copied to clipboard

The server tag badge hash

Link copied to clipboard
@SerialName(value = "identity_enabled")
val identityEnabled: Boolean?

Whether the user is displaying the primary guild's server tag

Link copied to clipboard
@SerialName(value = "identity_guild_id")
val identityGuildId: Snowflake?

The ID of the users primary guild

Link copied to clipboard
val tag: String?

The text of the user's server tag