Method WithMessage
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithMessage(DiscordMessageBuilder)
Sets the message to initiate the forum post with.
public ForumPostBuilder WithMessage(DiscordMessageBuilder message)
Parameters
message
DiscordMessageBuilderThe message to start the post with.
Returns
- ForumPostBuilder
The builder to chain calls with.