UNPKG

wildfire-im-sdk

Version:
7 lines (6 loc) 220 B
export default class NotificationMessageContent extends MessageContent { constructor(type: any); fromSelf: boolean; formatNotification(message: any): string; } import MessageContent from "../messageContent";