Class JsonUserPrimaryGuild
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonUserPrimaryGuild
- Inheritance
-
JsonUserPrimaryGuild
- Inherited Members
-
Constructors
JsonUserPrimaryGuild()
public JsonUserPrimaryGuild()
Properties
BadgeHash
[JsonPropertyName("badge")]
public string? BadgeHash { get; set; }
Property Value
- string
IdentityEnabled
[JsonPropertyName("identity_enabled")]
public bool? IdentityEnabled { get; set; }
Property Value
- bool?
IdentityGuildId
[JsonPropertyName("identity_guild_id")]
public ulong? IdentityGuildId { get; set; }
Property Value
- ulong?
Tag
[JsonPropertyName("tag")]
public string? Tag { get; set; }
Property Value
- string