interface TelethonSession {
    authKey: Uint8Array;
    dcId: number;
    ipAddress: string;
    ipv6: boolean;
    port: number;
}

Properties

authKey: Uint8Array
dcId: number
ipAddress: string
ipv6: boolean
port: number