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

    Type Alias BanCreateOptions

    type BanCreateOptions = {
        duration?: number;
        ip?: string;
        lastNickname?: string;
        myTeamspeakId?: string;
        name?: string;
        reason?: string;
        uniqueId?: string;
    }
    Index

    Properties

    duration?: number

    The duration of the ban in seconds. Defaults to 0, which means permanent.

    ip?: string

    The IP address to ban.

    lastNickname?: string

    The last nickname of the client.

    myTeamspeakId?: string

    The MyTeamspeak ID to ban.

    name?: string

    The name to ban.

    reason?: string

    The reason for the ban.

    uniqueId?: string

    The unique ID to ban.