DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsCreateManyTempVoicesInput

    type TempVoiceChannelsCreateManyTempVoicesInput = {
        ChannelId: string;
        GuildId: string;
        Id?: number;
        OwnerId: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id?: number
    OwnerId: string