Property GuildId
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
GuildId
Gets ID of the guild this voice state is associated with.
[JsonProperty("guild_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong? GuildId { get; init; }
Property Value
- ulong?