Type Alias TwitterStreamerCreateWithoutStatsChannelIdsInput

TwitterStreamerCreateWithoutStatsChannelIdsInput: {
    autoPublishIfAnnouncmentChannel?: boolean | null;
    currentBroadcastId?: string | null;
    customCoolDownBeforeNextLive?: number | null;
    customCoolDownBeforeNextPost?: number | null;
    customMessages?: TWSCustomMessageCreateNestedManyWithoutTwitterStreamerInput;
    dbId?: string;
    deleteEmbeds?: boolean | null;
    guildId: string;
    isCurrentlyLive?: TWSCurrentlyLiveCreateNestedOneWithoutTwitterStreamerInput;
    lastLive?: Date | string | null;
    lastPostAt?: Date | string | null;
    lastPostId?: string | null;
    liveNotificationChannelId?: string | null;
    liveRoleId?: string | null;
    offlineGracePeriod?: number | null;
    pingRoleId?: string | null;
    postNotificationChannelId?: string | null;
    postPingRoleId?: string | null;
    sendOfflineMessage?: boolean | null;
    showNotifyButton?: boolean | null;
    streamerId?: string | null;
    streamerUserName: string;
    usePerStreamerEmbeds?: boolean | null;
    usersForLiveRole?: TwitterStreamerCreateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: TwitterStreamerCreateusersWhoHaveLiveRoleInput | string[];
}