Constructor UserMention
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
UserMention(ulong)
Allows @user pings to mention in the message.
public UserMention(ulong id)
Parameters
idulong
Remarks
Allows the specific user to be mentioned
UserMention(DiscordUser)
Allows the specific user to be mentioned
public UserMention(DiscordUser user)
Parameters
userDiscordUser