Table of Contents

Method AddMentions

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddMentions(IEnumerable<IMention>)

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

public DiscordInteractionResponseBuilder AddMentions(IEnumerable<IMention> mentions)

Parameters

mentions IEnumerable<IMention>

Mentions to add.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.