UNPKG

wildfire-im-sdk

Version:
9 lines (8 loc) 295 B
export default class AllowGroupMemberNotification extends GroupNotificationContent { constructor(operator: any, type: any, memberIds: any); groupId: any; operator: any; memberIds: any; decode(payload: any): void; } import GroupNotificationContent from './groupNotification';