UNPKG

wechat-work

Version:
9 lines (8 loc) 362 B
import { EnumSafe } from "../enums/safe.enum"; import { AppMessageBase } from "./app-message-base.class"; export declare class TextAppMessage extends AppMessageBase { text: { content: string; }; constructor(content: string, agentId: number, targetUserIds?: string[], targetDepartmentIds?: string[], targetTags?: string[], safe?: EnumSafe); }