Table of Contents

Method CreateForumPostAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

CreateForumPostAsync(ForumPostBuilder)

Creates a forum post.

public Task<DiscordForumPostStarter> CreateForumPostAsync(ForumPostBuilder builder)

Parameters

builder ForumPostBuilder

The builder to create the forum post with.

Returns

Task<DiscordForumPostStarter>

The starter (the created thread, and the initial message) from creating the post.