Method WithTts
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithTts(bool)
Indicates if the interaction response will be text-to-speech.
public DiscordInteractionResponseBuilder WithTts(bool tts)
Parameters
tts
boolText-to-speech
Returns
- DiscordInteractionResponseBuilder
The current builder to chain calls with.