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

    Interface RPCGetChannelResultData

    interface RPCGetChannelResultData {
        bitrate?: number;
        guild_id: string;
        id: string;
        messages?: APIMessage[];
        name: string;
        position: number;
        topic?: string;
        type: ChannelType;
        user_limit?: number;
        voice_states?: APIVoiceState[];
    }
    Index

    Properties

    bitrate?: number

    (voice) bitrate of voice channel

    guild_id: string

    Channel's guild id

    id: string

    Channel id

    messages?: APIMessage[]

    (text) channel's messages

    name: string

    Channel name

    position: number

    Position of channel in channel list

    topic?: string

    (text) channel topic

    Channel type

    user_limit?: number

    (voice) user limit of voice channel (0 for none)

    voice_states?: APIVoiceState[]

    (voice) channel's voice states