Method WithTTS
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithTTS(bool)
Sets if the message should be TTS.
public T WithTTS(bool isTTS)
Parameters
isTTS
boolIf TTS should be set.
Returns
- T
The current builder to be chained.
Sets if the message should be TTS.
public T WithTTS(bool isTTS)
isTTS
boolIf TTS should be set.
The current builder to be chained.