Table of Contents

Method WithAllowedMention

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.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.