Table of Contents

Method WithAllowedMentions

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithAllowedMentions(IEnumerable<IMention>)

Adds the mentions to the mentions to parse, etc. at the execution of the webhook.

public DiscordWebhookBuilder WithAllowedMentions(IEnumerable<IMention> allowedMentions)

Parameters

allowedMentions IEnumerable<IMention>

Mentions to add.

Returns

DiscordWebhookBuilder