Table of Contents

Property IdentityEnabled

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

IdentityEnabled

Whether the user is displaying the primary guild's server tag. This can be null if the system clears the identity, e.g. because the server no longer supports tags.

[JsonProperty("identity_enabled")]
public bool? IdentityEnabled { get; init; }

Property Value

bool?