Type Alias RumbleStreamerUncheckedCreateWithoutCustomMessagesInput

RumbleStreamerUncheckedCreateWithoutCustomMessagesInput: {
    autoPublishIfAnnouncmentChannel?: boolean | null;
    customCoolDownBeforeNextLive?: number | null;
    dbId?: string;
    deleteEmbeds?: boolean | null;
    guildId: string;
    isCurrentlyLive?: RSCurrentlyLiveUncheckedCreateNestedOneWithoutRumbleStreamerInput;
    lastLive?: Date | string | null;
    liveRoleId?: string | null;
    notificationChannelId?: string | null;
    pingRoleId?: string | null;
    sendOfflineMessage?: boolean | null;
    showNotifyButton?: boolean | null;
    statsChannelIds?: RSStatsChannelIdUncheckedCreateNestedOneWithoutRumbleStreamerInput;
    streamerUserName: string;
    type: RumbleTypeEnum;
    usePerStreamerEmbeds?: boolean | null;
    usersForLiveRole?: RumbleStreamerCreateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: RumbleStreamerCreateusersWhoHaveLiveRoleInput | string[];
}