文本消息

interface Plain {
    text: string;
    type: "Plain";
}

Hierarchy

  • BaseSingleMessage
    • Plain

Properties

Properties

text: string

文字消息

type: "Plain"

Generated using TypeDoc