Table of Contents

Interface IMentionable

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个可以被提及的实体对象。

public interface IMentionable

Properties

KMarkdownMention

返回一个用于在 KMarkdown 格式文本中提及此对象的格式化字符串。

string KMarkdownMention { get; }

Property Value

string

PlainTextMention

获取一个用于在纯文本格式文本中提及此对象的格式化字符串。

string PlainTextMention { get; }

Property Value

string