Documentation - v0.27.2
    Preparing search index...

    Interface PyrogramSession

    interface PyrogramSession {
        apiId?: number;
        authKey: Uint8Array;
        dcId: number;
        isBot: boolean;
        isTest: boolean;
        userId: number;
    }
    Index

    Properties

    apiId?: number
    authKey: Uint8Array
    dcId: number
    isBot: boolean
    isTest: boolean
    userId: number