Property IsNSFW
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
IsNSFW
Gets whether this guild is designated as NSFW.
[JsonProperty("nsfw", NullValueHandling = NullValueHandling.Ignore)]
public bool IsNSFW { get; }
Property Value
- bool
Gets whether this guild is designated as NSFW.
[JsonProperty("nsfw", NullValueHandling = NullValueHandling.Ignore)]
public bool IsNSFW { get; }