Property GuildId
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
GuildId
Gets the ID of the guild this webhook belongs to.
[JsonProperty("guild_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong GuildId { get; }
Gets the ID of the guild this webhook belongs to.
[JsonProperty("guild_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong GuildId { get; }