Property IsTTS
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
IsTTS
Gets whether the message is a text-to-speech message.
[JsonProperty("tts", NullValueHandling = NullValueHandling.Ignore)]
public bool IsTTS { get; }
Property Value
- bool
Gets whether the message is a text-to-speech message.
[JsonProperty("tts", NullValueHandling = NullValueHandling.Ignore)]
public bool IsTTS { get; }