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