Table of Contents

Method WithAllowedMention

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithAllowedMention(IMention)

Sets if the message has allowed mentions.

public DiscordMessageBuilder WithAllowedMention(IMention allowedMention)

Parameters

allowedMention IMention

The allowed Mention that should be sent.

Returns

DiscordMessageBuilder

The current builder to be chained.