Table of Contents

Method WithTts

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithTts(bool)

Indicates if the followup message must use text-to-speech.

public DiscordFollowupMessageBuilder WithTts(bool tts)

Parameters

tts bool

Text-to-speech

Returns

DiscordFollowupMessageBuilder

The builder to chain calls with.