Property IsNsfw
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
IsNsfw
Gets whether this channel is an NSFW channel.
[JsonProperty("nsfw", NullValueHandling = NullValueHandling.Ignore)]
public bool? IsNsfw { get; }
Property Value
- bool?
Gets whether this channel is an NSFW channel.
[JsonProperty("nsfw", NullValueHandling = NullValueHandling.Ignore)]
public bool? IsNsfw { get; }