Method WithAllowedMention
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithAllowedMention(IMention)
Sets if the message has allowed mentions.
public DiscordMessageBuilder WithAllowedMention(IMention allowedMention)
Parameters
allowedMention
IMentionThe allowed Mention that should be sent.
Returns
- DiscordMessageBuilder
The current builder to be chained.