Table of Contents

Interface IMentionable

Namespace
Discord
Assembly
Discord.Net.Core.dll

Determines whether the object is mentionable or not.

public interface IMentionable

Properties

Mention

Returns a special string used to mention this object.

string Mention { get; }

Property Value

string

A string that is recognized by Discord as a mention (e.g. <@168693960628371456>).