Type Alias YoutubeStreamerUncheckedCreateInput

YoutubeStreamerUncheckedCreateInput: {
    autoPublishIfAnnouncmentChannel?: boolean | null;
    customCoolDownBeforeNextLive?: number | null;
    customMessages?: YTSCustomMessageUncheckedCreateNestedManyWithoutYoutubeStreamerInput;
    dbId?: string;
    deleteEmbeds?: boolean | null;
    guildId: string;
    isCurrentlyLive?: YTSCurrentlyLiveUncheckedCreateNestedOneWithoutYoutubeStreamerInput;
    lastLive?: Date | string | null;
    lastVideo?: Date | string | null;
    liveNotificationChannelId?: string | null;
    liveRoleId?: string | null;
    pingRoleId?: string | null;
    sendOfflineMessage?: boolean | null;
    showNotifyButton?: boolean | null;
    statsChannelIds?: YTSStatsChannelIdUncheckedCreateNestedOneWithoutYoutubeStreamerInput;
    streamerId?: string | null;
    streamerUserName: string;
    usePerStreamerEmbeds?: boolean | null;
    usersForLiveRole?: YoutubeStreamerCreateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: YoutubeStreamerCreateusersWhoHaveLiveRoleInput | string[];
    videoNotificationChannelId?: string | null;
}