Constructor RoleMention
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
RoleMention(ulong)
Allows @role pings to mention in the message.
public RoleMention(ulong id)
Parameters
id
ulong
Remarks
Allows the specific id to be mentioned
RoleMention(DiscordRole)
Allows the specific role to be mentioned
public RoleMention(DiscordRole role)
Parameters
role
DiscordRole