Property OwnerId
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
OwnerId
Gets the ID of the guild's owner.
[JsonProperty("owner_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong OwnerId { get; }
Property Value
- ulong
Gets the ID of the guild's owner.
[JsonProperty("owner_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong OwnerId { get; }