Type Alias TwitchStreamerCreateManyInput
TwitchStreamerCreateManyInput: { autoPublishIfAnnouncmentChannel?: boolean | null; chatRoomId?: string | null; customCoolDownBeforeNextLive?: number | null; dbId?: string; deleteEmbeds?: boolean | null; guildId: string; lastLive?: Date | string | null; liveRoleId?: string | null; notificationChannelId?: string | null; pingRoleId?: string | null; sendOfflineMessage?: boolean | null; showNotifyButton?: boolean | null; streamerId?: string | null; streamerUserName: string; usePerStreamerEmbeds?: boolean | null; usersForLiveRole?: TwitchStreamerCreateusersForLiveRoleInput | string[]; usersWhoHaveLiveRole?: TwitchStreamerCreateusersWhoHaveLiveRoleInput | string[]; }