Method WithAllowedMention
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithAllowedMention(IMention)
Adds the mention to the mentions to parse, etc. with the followup message.
public DiscordFollowupMessageBuilder WithAllowedMention(IMention allowedMention)
Parameters
allowedMention
IMentionMention to add.
Returns
- DiscordFollowupMessageBuilder
The builder to chain calls with.