Method WithSlowMode
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithSlowMode(int)
Sets slowmode for the post.
public ForumPostBuilder WithSlowMode(int slowMode)
Parameters
slowMode
intThe time in seconds to apply
Returns
WithSlowMode(TimeSpan)
Sets slow mode for the post.
public ForumPostBuilder WithSlowMode(TimeSpan slowMode)
Parameters
slowMode
TimeSpanThe slowmode delay to set.
Returns
- ForumPostBuilder
The builder to chain calls with.