DisBot
    Preparing search index...

    Type Alias GuildChannelLinksSelectScalar

    type GuildChannelLinksSelectScalar = {
        ChannelId?: boolean;
        GuildId?: boolean;
        Id?: boolean;
        LinkedWith?: boolean;
        SyncFlags?: boolean;
        UsersCanSelectIds?: boolean;
        UUID?: boolean;
        WebhookUrl?: boolean;
    }
    Index

    Properties

    ChannelId?: boolean
    GuildId?: boolean
    Id?: boolean
    LinkedWith?: boolean
    SyncFlags?: boolean
    UsersCanSelectIds?: boolean
    UUID?: boolean
    WebhookUrl?: boolean