Table of Contents

Method WithSlowMode

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithSlowMode(int)

Sets slowmode for the post.

public ForumPostBuilder WithSlowMode(int slowMode)

Parameters

slowMode int

The time in seconds to apply

Returns

ForumPostBuilder

WithSlowMode(TimeSpan)

Sets slow mode for the post.

public ForumPostBuilder WithSlowMode(TimeSpan slowMode)

Parameters

slowMode TimeSpan

The slowmode delay to set.

Returns

ForumPostBuilder

The builder to chain calls with.