Class Poke code
- 程序集
- Another-Mirai-Native.Abstractions.dll
戳一戳消息片段。
public class Poke : MessageItemBase
- 继承
-
Poke
- 继承成员
构造函数
Poke(string) code
戳一戳消息片段。
public Poke(string action)
参数
actionstring戳一戳动作名称。
属性
Action code
戳一戳动作名称。
public string Action { get; set; }
属性值
MessageItemType code
获取或设置消息片段类型。
public override MessageItemType MessageItemType { get; set; }
属性值
方法
ToString() code
返回当前消息片段的 CQ 码字符串表示。
public override string ToString()
返回值
- string
CQ 码文本。