Table of Contents

Method WithAllowedMentions

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithAllowedMentions(IEnumerable<IMention>)

Adds the mentions to the mentions to parse, etc. with the followup message.

public DiscordFollowupMessageBuilder WithAllowedMentions(IEnumerable<IMention> allowedMentions)

Parameters

allowedMentions IEnumerable<IMention>

Mentions to add.

Returns

DiscordFollowupMessageBuilder

The builder to chain calls with.