UNPKG

@memo28.pro/notification

Version:

企业级消息通知解决方案 - 支持多平台消息推送的轻量级 TypeScript SDK

2 lines (1 loc) 395 B
"use strict";const t=require("./builderPayload.js");class e extends t.MessageBuilderPayload{constructor(){super()}static create(){return new e}build(){return this.hasMarkdown()?this.getMarkdown():this.hasText()?this.getText():""}getMessageType(){return this.hasMarkdown()?"markdown":this.hasText()?"text":"empty"}hasContent(){return this.hasText()||this.hasMarkdown()}}exports.MessageBuilder=e;