Table of Contents

Method WithAllowedMention

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithAllowedMention(IMention)

Adds the mention to the mentions to parse, etc. with the interaction response.

public DiscordInteractionResponseBuilder WithAllowedMention(IMention allowedMention)

Parameters

allowedMention IMention

Mention to add.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.