Table of Contents

Method WithThreadId

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithThreadId(ulong?)

Sets the id of the thread to execute the webhook on.

public DiscordWebhookBuilder WithThreadId(ulong? threadId)

Parameters

threadId ulong?

The id of the thread

Returns

DiscordWebhookBuilder