@hunteroi/discord-temp-channels
    Preparing search index...

    Interface ChildChannelData

    The data about a temporary channel ticket

    ChildChannelData

    interface ChildChannelData {
        owner: GuildMember;
        voiceChannel: VoiceChannel;
    }
    Index

    Properties

    Properties

    owner: GuildMember

    The owner of the ticket

    ChildChannelData

    voiceChannel: VoiceChannel

    The created voice channel

    ChildChannelData