Table of Contents

Method AddMention

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddMention(IMention)

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

public DiscordInteractionResponseBuilder AddMention(IMention mention)

Parameters

mention IMention

Mention to add.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.