Table of Contents

Method AddMentions

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AddMentions(IEnumerable<IMention>)

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

public T AddMentions(IEnumerable<IMention> mentions)

Parameters

mentions IEnumerable<IMention>

Mentions to add.

Returns

T