Table of Contents

Constructor UserMention

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

UserMention(ulong)

Allows @user pings to mention in the message.

public UserMention(ulong id)

Parameters

id ulong

Remarks

Allows the specific user to be mentioned

UserMention(DiscordUser)

Allows the specific user to be mentioned

public UserMention(DiscordUser user)

Parameters

user DiscordUser