Type Alias GuildClipForwardUncheckedCreateWithoutCustomMessagesInput

GuildClipForwardUncheckedCreateWithoutCustomMessagesInput: {
    allowMature?: boolean | null;
    blacklistCategories?: GuildClipForwardCreateblacklistCategoriesInput | string[];
    blacklistClippers?: GuildClipForwardCreateblacklistClippersInput | string[];
    channelId?: string | null;
    clipForwardId: string;
    dbId?: string;
    guildId: string;
    includeOffline?: boolean | null;
    lastClipAt?: Date | string | null;
    lastClipId?: string | null;
    maxPerCycle?: number | null;
    minDuration?: number | null;
    minViews?: number | null;
    pingRoleId?: string | null;
    platform: PlatformEnum;
    showNotifyButton?: boolean | null;
    streamerUserName: string;
    usePerStreamerEmbeds?: boolean | null;
    whitelistCategories?: GuildClipForwardCreatewhitelistCategoriesInput | string[];
    whitelistClippers?: GuildClipForwardCreatewhitelistClippersInput | string[];
}