Method HasTts
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
HasTts(bool)
Sets if the message should be TTS.
public DiscordMessageBuilder HasTts(bool isTts)
Parameters
isTts
boolIf TTS should be set.
Returns
- DiscordMessageBuilder
The current builder to be chained.