Property MessageCount
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
MessageCount
Gets the approximate count of messages in a thread, capped to 50.
[JsonProperty("message_count", NullValueHandling = NullValueHandling.Ignore)]
public int? MessageCount { get; }
Property Value
- int?