DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesMaxAggregateOutputType

    type SyncedChannelLinkMessagesMaxAggregateOutputType = {
        ChannelId: string | null;
        ChannelLinkId: string | null;
        GuildId: string | null;
        Id: number | null;
        UserMessageId: string | null;
        WebhookMessageId: string | null;
        WebhookUrl: string | null;
    }
    Index

    Properties

    ChannelId: string | null
    ChannelLinkId: string | null
    GuildId: string | null
    Id: number | null
    UserMessageId: string | null
    WebhookMessageId: string | null
    WebhookUrl: string | null