DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesGroupByOutputType

    type SyncedChannelLinkMessagesGroupByOutputType = {
        _avg: SyncedChannelLinkMessagesAvgAggregateOutputType | null;
        _count: SyncedChannelLinkMessagesCountAggregateOutputType | null;
        _max: SyncedChannelLinkMessagesMaxAggregateOutputType | null;
        _min: SyncedChannelLinkMessagesMinAggregateOutputType | null;
        _sum: SyncedChannelLinkMessagesSumAggregateOutputType | null;
        ChannelId: string;
        ChannelLinkId: string;
        GuildId: string;
        Id: number;
        UserMessageId: string;
        WebhookMessageId: string;
        WebhookUrl: string;
    }
    Index

    Properties

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