Table of Contents

Method WithTTS

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithTTS(bool)

Sets if the message should be TTS.

public T WithTTS(bool isTTS)

Parameters

isTTS bool

If TTS should be set.

Returns

T

The current builder to be chained.