转发

interface Forward {
    brief: string;
    nodeList: ForwardNode[];
    source: string;
    summary: string;
    title: string;
    type: "Forward";
}

Hierarchy

  • BaseSingleMessage
    • Forward

Properties

brief: string

简介,[聊天记录]

nodeList: ForwardNode[]

转发内容

source: string

summary: string

摘要,查看 3 条转发消息

title: string

标题,XX的聊天记录

type: "Forward"

Generated using TypeDoc