Table of Contents

Method WithThreadName

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithThreadName(string)

Sets the thread name to create at the execution of the webhook. Only works for Forum.

public DiscordWebhookBuilder WithThreadName(string name)

Parameters

name string

The thread name.

Returns

DiscordWebhookBuilder