Type Alias YoutubeStreamerCreateManyInput
YoutubeStreamerCreateManyInput: { autoPublishIfAnnouncmentChannel?: boolean | null; customCoolDownBeforeNextLive?: number | null; dbId?: string; deleteEmbeds?: boolean | null; guildId: string; lastLive?: Date | string | null; lastVideo?: Date | string | null; liveNotificationChannelId?: string | null; liveRoleId?: string | null; pingRoleId?: string | null; sendOfflineMessage?: boolean | null; showNotifyButton?: boolean | null; streamerId?: string | null; streamerUserName: string; usePerStreamerEmbeds?: boolean | null; usersForLiveRole?: YoutubeStreamerCreateusersForLiveRoleInput | string[]; usersWhoHaveLiveRole?: YoutubeStreamerCreateusersWhoHaveLiveRoleInput | string[]; videoNotificationChannelId?: string | null; }