UNPKG

wildfire-im-sdk

Version:
9 lines (8 loc) 299 B
export default class CreateGroupNotification extends GroupNotificationContent { constructor(creator: any, groupName: any); creator: string; groupName: string; formatNotification(): string; decode(payload: any): void; } import GroupNotificationContent from './groupNotification';