DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesScalarWhereWithAggregatesInput

    type SyncedChannelLinkMessagesScalarWhereWithAggregatesInput = {
        AND?:
            | SyncedChannelLinkMessagesScalarWhereWithAggregatesInput
            | SyncedChannelLinkMessagesScalarWhereWithAggregatesInput[];
        ChannelId?: | StringWithAggregatesFilter<"SyncedChannelLinkMessages">
        | string;
        ChannelLinkId?:
            | StringWithAggregatesFilter<"SyncedChannelLinkMessages">
            | string;
        GuildId?: StringWithAggregatesFilter<"SyncedChannelLinkMessages"> | string;
        Id?: IntWithAggregatesFilter<"SyncedChannelLinkMessages"> | number;
        NOT?:
            | SyncedChannelLinkMessagesScalarWhereWithAggregatesInput
            | SyncedChannelLinkMessagesScalarWhereWithAggregatesInput[];
        OR?: SyncedChannelLinkMessagesScalarWhereWithAggregatesInput[];
        UserMessageId?: | StringWithAggregatesFilter<"SyncedChannelLinkMessages">
        | string;
        WebhookMessageId?:
            | StringWithAggregatesFilter<"SyncedChannelLinkMessages">
            | string;
        WebhookUrl?:
            | StringWithAggregatesFilter<"SyncedChannelLinkMessages">
            | string;
    }
    Index

    Properties

    ChannelId?: StringWithAggregatesFilter<"SyncedChannelLinkMessages"> | string
    ChannelLinkId?: StringWithAggregatesFilter<"SyncedChannelLinkMessages"> | string
    GuildId?: StringWithAggregatesFilter<"SyncedChannelLinkMessages"> | string
    Id?: IntWithAggregatesFilter<"SyncedChannelLinkMessages"> | number
    UserMessageId?: StringWithAggregatesFilter<"SyncedChannelLinkMessages"> | string
    WebhookMessageId?:
        | StringWithAggregatesFilter<"SyncedChannelLinkMessages">
        | string
    WebhookUrl?: StringWithAggregatesFilter<"SyncedChannelLinkMessages"> | string