Table of Contents

Method AddMentions

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddMentions(IEnumerable<IMention>)

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

public DiscordWebhookBuilder AddMentions(IEnumerable<IMention> mentions)

Parameters

mentions IEnumerable<IMention>

Mentions to add.

Returns

DiscordWebhookBuilder