teamspeak.js - v1.11.0
    Preparing search index...

    Type Alias RawChannelListItem

    type RawChannelListItem = {
        channel_name: string;
        channel_needed_subscribe_power: string;
        channel_order: string;
        cid: string;
        pid: string;
        total_clients: string;
    }
    Index

    Properties

    channel_name: string
    channel_needed_subscribe_power: string
    channel_order: string
    cid: string
    pid: string
    total_clients: string