Table of Contents

Method WithAllowedMention

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithAllowedMention(IMention)

Adds the mention to the mentions to parse, etc. with the followup message.

public DiscordFollowupMessageBuilder WithAllowedMention(IMention allowedMention)

Parameters

allowedMention IMention

Mention to add.

Returns

DiscordFollowupMessageBuilder

The builder to chain calls with.