Interface IMentionable
- Namespace
- HeyBox
- Assembly
- HeyBox.Net.Core.dll
表示一个可以被提及的实体对象。
public interface IMentionable
Properties
Mention
获取一个用于提及此对象的格式化字符串。
string Mention { get; }
表示一个可以被提及的实体对象。
public interface IMentionable
获取一个用于提及此对象的格式化字符串。
string Mention { get; }