Type alias NormalContent

NormalContent: {
    msgType: "image" | "text" | "doc" | "pdf";
}

文字聊天天内容

Type declaration

  • msgType: "image" | "text" | "doc" | "pdf"

Generated using TypeDoc