Interface IMentionable
Determines whether the object is mentionable or not.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IMentionable
Properties​
Mention​
Returns a special string used to mention this object.
View Source​
Declaration
string Mention { get; }