DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsCreateInput

    type TempVoiceChannelsCreateInput = {
        ChannelId: string;
        GuildId: string;
        OwnerId: string;
        TempVoices: TempVoicesCreateNestedOneWithoutTempVoiceChannelsInput;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    OwnerId: string