Table of Contents

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 bool

Text-to-speech

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.