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