Documentation - v0.27.1
    Preparing search index...

    Interface TelethonSession

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

    Properties

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