Method WithAllowedMentions
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithAllowedMentions(IEnumerable<IMention>)
Adds the mentions to the mentions to parse, etc. with the interaction response.
public DiscordInteractionResponseBuilder WithAllowedMentions(IEnumerable<IMention> allowedMentions)
Parameters
allowedMentions
IEnumerable<IMention>Mentions to add.
Returns
- DiscordInteractionResponseBuilder
The current builder to chain calls with.