Discord.https - v3.0.16
    Preparing search index...

    Interface RPCSelectTextChannelArgs

    interface RPCSelectTextChannelArgs {
        channel_id: null | string;
        timeout?: number;
    }
    Index

    Properties

    Properties

    channel_id: null | string

    Channel id to join (or null to leave)

    timeout?: number

    Asynchronously join channel with time to wait before timing out