Property MentionTotalLimit
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
MentionTotalLimit
The total number of unique role and user mentions allowed per message. Maximum of 50.
[JsonProperty("mention_total_limit", NullValueHandling = NullValueHandling.Ignore)]
public int? MentionTotalLimit { get; set; }
Property Value
- int?