Property IsInvitable
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
IsInvitable
whether non-moderators can add other non-moderators to a thread. Only available on private threads
[JsonProperty("invitable", NullValueHandling = NullValueHandling.Ignore)]
public bool? IsInvitable { get; }
Property Value
- bool?