Method AddMentions
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
AddMentions(IEnumerable<IMention>)
Adds the mentions to the mentions to parse, etc. with the followup message.
public DiscordFollowupMessageBuilder AddMentions(IEnumerable<IMention> mentions)
Parameters
mentions
IEnumerable<IMention>Mentions to add.
Returns
- DiscordFollowupMessageBuilder
The builder to chain calls with.