interface MtkrutoSession {
    authKey: Uint8Array;
    dcId: number;
    isTest: boolean;
}

Properties

Properties

authKey: Uint8Array
dcId: number
isTest: boolean