UNPKG

wildfire-im-sdk

Version:
9 lines (8 loc) 320 B
export default class GroupSetManagerNotificationContent extends GroupNotificationContent { constructor(operator: any, setManagerType: any, memberIds: any); operator: any; setManagerType: any; memberIds: any[]; decode(payload: any): void; } import GroupNotificationContent from "./groupNotification";