interface TdAuthKey {
    dcId: number;
    key: Uint8Array;
}

Properties

Properties

dcId: number
key: Uint8Array