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

    Interface RPCVoiceChannelSelectDispatchData

    interface RPCVoiceChannelSelectDispatchData {
        channel_id: null | string;
        guild_id?: null | string;
    }
    Index

    Properties

    channel_id: null | string

    Id of channel (null if leaving channel)

    guild_id?: null | string

    Id of guild (null if not in a guild. field is omitted when leaving any voice channel)