Interface ReplyElem

旧版引用回复,仅做一定程度的兼容

interface ReplyElem {
    id: string;
    text?: string;
    type: "reply";
}

Properties

Properties

id: string
text?: string
type