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

    Type Alias BanClientOptions

    type BanClientOptions = {
        duration?: number;
        reason?: string;
    }
    Index

    Properties

    Properties

    duration?: number

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

    reason?: string

    The reason for the ban.