Table of Contents

Interface IMentionable

Namespace
Kook
Assembly
Kook.Net.Core.dll

Determines whether the object is mentionable or not.

public interface IMentionable

Properties

KMarkdownMention

Returns a special string used to mention this object in KMarkdown formatted text.

string KMarkdownMention { get; }

Property Value

string

A string that is recognized by Kook as a mention in KMarkdown formatted text.

PlainTextMention

Returns a special string used to mention this object in plain text formatted text.

string PlainTextMention { get; }

Property Value

string

A string that is recognized by Kook as a mention in plain text formatted text.