interface TdMtpAuthorization {
    authKeys: TdAuthKey[];
    authKeysToDestroy: TdAuthKey[];
    mainDcId: number;
    userId: Long;
}

Properties

authKeys: TdAuthKey[]
authKeysToDestroy: TdAuthKey[]
mainDcId: number
userId: Long