UNPKG

wildfire-im-sdk

Version:
8 lines (7 loc) 285 B
export default class GroupPrivateChatNotificationContent extends GroupNotificationContent { constructor(operator: any, privateChatType: any); operator: any; privateChatType: any; decode(payload: any): void; } import GroupNotificationContent from "./groupNotification";