Type Alias TwitterStreamerMinAggregateInputType

TwitterStreamerMinAggregateInputType: {
    autoPublishIfAnnouncmentChannel?: true;
    currentBroadcastId?: true;
    customCoolDownBeforeNextLive?: true;
    customCoolDownBeforeNextPost?: true;
    dbId?: true;
    deleteEmbeds?: true;
    guildId?: true;
    lastLive?: true;
    lastPostAt?: true;
    lastPostId?: true;
    liveNotificationChannelId?: true;
    liveRoleId?: true;
    offlineGracePeriod?: true;
    pingRoleId?: true;
    postNotificationChannelId?: true;
    postPingRoleId?: true;
    sendOfflineMessage?: true;
    showNotifyButton?: true;
    streamerId?: true;
    streamerUserName?: true;
    usePerStreamerEmbeds?: true;
}