Property IsBot
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
IsBot
Gets whether the user is a bot.
[JsonProperty("bot", NullValueHandling = NullValueHandling.Ignore)]
public virtual bool IsBot { get; }
Property Value
- bool
Gets whether the user is a bot.
[JsonProperty("bot", NullValueHandling = NullValueHandling.Ignore)]
public virtual bool IsBot { get; }