Table of Contents

Method HasTts

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

HasTts(bool)

Sets if the message should be TTS.

public DiscordMessageBuilder HasTts(bool isTts)

Parameters

isTts bool

If TTS should be set.

Returns

DiscordMessageBuilder

The current builder to be chained.